- MySQL
- Apache
- Unix server
- PHP 5.3+ (developed/tested with 5.3)
- Memcached
- Ruby (for compass)
1.gem install compass
[project folder] can be something any private folder on the server that can hold the unprotected code, [webroot] is the apache folder that serves the webpage.
git clone https://github.com/Poncla/Poncla.git [project folder]cd [project folder]./deploy.sh developmentcd ../..ln -s [project folder]/www [webroot]You may need to remove the web folder first
cd protectedcompass watch
Enactivity supports three environments, development, staging, and production, referred to in the commands as [environment].
Run from the project folder.
git pull origin master./deploy.sh [environment]