iOS - Installation Instructions

compared with
Current by Alfonso Vasquez
on May 02, 2012 19:19.

Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (1)

View Page History
# In CStudio Share, click on the More menu, then on More again. Then click on Channel Manager, and create a new Crafter Rivet Remote Deployment Channel (by clicking in New > Crafter Rivet Remote Deployment). After the channel is created, click on it to edit its properties. They should look like the ones in the following image:
!Deployment Channel Screenshot.png!
# Finally, in CStudio Share, click on the Repository menu, and go to {{cstudio > config > sites > crafter-ipad-demo > environment-overrides > local}}. Edit the {{environment-config.xml}} file, so that the channel name property is the same as the channel name we just created, like this:
{code:xml}
<channel>
<property name="name">Crafter iPad Demo Remote Deployment Channel</property>
</channel>
{code}