shital.rtcamp ddb21226f8 update 10 years ago
config sqlite db for site information 10 years ago
docs Python Commit 11 years ago
ee update 10 years ago
tests added test cases for ee stack start/stop/remove/purge/status/restart 10 years ago
.gitignore Improved Directory structure 11 years ago
.travis.yml Added sudo for nosetests 10 years ago
LICENSE Improved Directory structure 11 years ago
README.md Update README.md 10 years ago
requirements.txt Removed pystache 10 years ago
setup.cfg Improved Directory structure 11 years ago
setup.py updated log message 10 years ago

README.md

How To setup this version on your system??

sudo apt-get install python3-pip git
sudo pip3 install virtualenv
git clone -b python https://github.com/rtCamp/easyengine.git
cd easyengine
virtualenv ./env  --system-site-packages
source ./env/bin/activate
sudo pip3 install -r requirements.txt
sudo python3 setup.py develop
ee --help

EasyEngine 3.x Developement version

Thinking To Contribute???

refer docs to know more on EasyEngine Developement

follow instruction from step 3 in Creating cement app http://builtoncement.com/2.4/dev/boss_templates.html