diff --git a/LICENSE b/LICENSE index 61e6ab0e..f43e98ae 100644 --- a/LICENSE +++ b/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 diff --git a/README.md b/README.md index d25795c7..c602c12a 100644 --- a/README.md +++ b/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 diff --git a/docs/README.md b/docs/README.md deleted file mode 100644 index a18a5a87..00000000 --- a/docs/README.md +++ /dev/null @@ -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.