Skip to content

Commit

Permalink
@ teracyhq#277 | update README
Browse files Browse the repository at this point in the history
  • Loading branch information
hoatle committed Aug 12, 2018
1 parent 994faeb commit 1ef8ac2
Showing 1 changed file with 15 additions and 17 deletions.
32 changes: 15 additions & 17 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,29 +13,27 @@ The only truly universal productive software development platform for all!
``teracy-dev`` is created to set up a universal development platform which has the same development
workflow on Mac, Linux and Windows with good developer experience and productivity in mind.

We leverage Docker workflow for our software development and we use ``vagrant``, ``virtualbox``, and
``chef`` to install and configure any necessary packages.

By using this approach, we can work in a consistent development environment and workflow.
We do not have to install tons of development stuff on the host machine **manually** to get started.

.. note:: We are using the https://github.com/acme101 project to show the best practices from ``teracy-dev`` applied for organizations.
`teracy-dev` is super minimal kernel with extension mechanism so that we can use/ develop many
different extensions by our needs.


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.
- super minimal kernel with extension support to extend without any limitation
- 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
- higher performance and productivity gain than the default vagrant settings by yaml configuration mechanism
- best practices to develop and deploy any types of stacks and architectures


Useful Extensions
-----------------

- teracy-dev-core: https://github.com/hoatle/teracy-dev-core
- teracy-dev-essential: https://github.com/hoatle/teracy-dev-essential
- teracy-dev-k8s: https://github.com/hoatle/teracy-dev-k8s
- teracy-dev-v05-migration: https://github.com/hoatle/teracy-dev-v05-migration


Installation and Usage
----------------------
Expand Down

0 comments on commit 1ef8ac2

Please sign in to comment.