Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

@ #200 | add feature lists on README #244

Merged
merged 2 commits into from
Feb 10, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
15 changes: 15 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,21 @@ By using this approach, we can work in a consistent development environment and
We do not have to install tons of development stuff on the host machine **manually** to get started.


Features
--------

- fully automated managed servers on your local machine (by leveraging ``vagrant`` + ``chef``
provisioner). This saves you a lot of time and money to work on many virtual private servers (VPS)
on your local machine before deploying applications on the production servers.
- the universally same workflow on Windows, Linux and Mac
- higher performance and productivity gain than default vagrant settings
- support different configuration management tools (provisioners)
- default set up with easy personalized configuration settings without any limitation
- seamless upgrading to the next updated versions of teracy-dev
- best practices to develop and deploy applications
- a full-stack developer workstation
- many more features that you will discover yourselves when using this

Installation and Usage
----------------------

Expand Down