The repository is prepared to be auto-deployed for every commit in master pushed to Github repository using Travis
If something goes wrong, you can deploy manually.
For installing it in Ubuntu:
sudo apt-get install -y lftp
curl -sS https://getcomposer.org/installer | php
sudo mv composer.phar /usr/local/bin/composer
Add the following lines to your ~/.bashrc (or .zshrc) and replace the values properly:
export VIW_FTP_HOST="host"
export VIW_FTP_USER="user"
export VIW_FTP_PASS="password"
export VIW_LCD="local-path-to-the-project"
Load .bashrc file:
source ~/.bashrc
Run the following command:
scripts/deploy.sh