Browse Source

Merge branch 'python' of github.com:rtCamp/easyengine into python

bugfixes
gau1991 10 years ago
parent
commit
db1e135647
  1. 2
      LICENSE
  2. 7
      README.md
  3. 11
      docs/README.md

2
LICENSE

@ -1,6 +1,6 @@
The MIT License (MIT)
Copyright (c) 2015 rtCamp solutions private limited
Copyright (c) 2015 rtCamp Solutions Private Limited
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

7
README.md

@ -19,12 +19,11 @@ EasyEngine (ee) is a python tool, which makes it easy to manage your wordpress s
- Ubuntu 12.04 & 14.04
- Debian 7
### This is Beta version. Donot Try on Production/Live servers
## Quick Start
```bash
wget http://rt.cx/eebeta && sudo bash eebeta # install easyengine 3.0.0-beta
wget http://rt.cx/ee && sudo bash ee # install easyengine 3.0.0-beta
sudo ee site create example.com --wp # Install required packages & setup WordPress on example.com
```
@ -85,8 +84,8 @@ ee site create example.com --mysql # create example.com with php & mysql supp
## Useful Links
- [Documentation] (http://rtcamp.com/easyengine/docs/)
- [FAQ] (http://rtcamp.com/easyengine/faq/)
- [Documentation] (http://docs.rtcamp.com/easyengine/docs/)
- [FAQ] (http://docs.rtcamp.com/easyengine/faq/)
- [Conventions used] (http://rtcamp.com/wordpress-nginx/tutorials/conventions/)
## Donations

11
docs/README.md

@ -1,11 +0,0 @@
**Framework**
EasyEngine 3.x is based on cement cli application developement framework
Cement version 2.4.0
Know more about Cement From [here](http://builtoncement.com/2.4/)
**Language**
EasyEngine intend to use latest version of Python i.e 3.4 to avoid future refactoring.
Loading…
Cancel
Save