You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
harshadyeola cf8192278b Merge branch 'python' of github.com:rtCamp/easyengine into python 10 years ago
config minor modification 10 years ago
docs Python Commit 10 years ago
ee Merge branch 'python' of github.com:rtCamp/easyengine into python 10 years ago
tests Done changes in stack_services.py and secure.py 10 years ago
.gitignore Improved Directory structure 10 years ago
.travis.yml Fixed Travis 10 years ago
LICENSE Improved Directory structure 10 years ago
README.md Update README.md 10 years ago
requirements.txt Removed pystache 10 years ago
setup.cfg Improved Directory structure 10 years ago
setup.py Better Message for git user.name and user.email 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

How to install this version on your system??

sudo apt-get update
sudo apt-get -y install python3 python3-apt python3-setuptools python3-dev git
git clone -b python https://github.com/rtCamp/easyengine.git
cd easyengine
sudo python3 setup.py install
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