Browse Source

Updated readme and Liscense

bugfixes
harshadyeola 10 years ago
parent
commit
e5174cb050
  1. 2
      LICENSE
  2. 7
      README.md

2
LICENSE

@ -1,6 +1,6 @@
The MIT License (MIT) 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 Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal of this software and associated documentation files (the "Software"), to deal

7
README.md

@ -16,15 +16,14 @@ EasyEngine (ee) is a python tool, which makes it easy to manage your wordpress s
**EasyEngine currently supports:** **EasyEngine currently supports:**
- Ubuntu 12.04 & 14.04 - Ubuntu 12.04 & 14.04, 14.10
- Debian 7 - Debian 7
### This is Beta version. Donot Try on Production/Live servers
## Quick Start ## Quick Start
```bash ```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 sudo ee site create example.com --wp # Install required packages & setup WordPress on example.com
``` ```
@ -85,7 +84,7 @@ ee site create example.com --mysql # create example.com with php & mysql supp
## Useful Links ## Useful Links
- [Documentation] (http://rtcamp.com/easyengine/docs/) - [Documentation] (http://docs.rtcamp.com/easyengine/docs/)
- [FAQ] (http://rtcamp.com/easyengine/faq/) - [FAQ] (http://rtcamp.com/easyengine/faq/)
- [Conventions used] (http://rtcamp.com/wordpress-nginx/tutorials/conventions/) - [Conventions used] (http://rtcamp.com/wordpress-nginx/tutorials/conventions/)

Loading…
Cancel
Save