https://github.com/teracyhq/dev
The only truly universal productive development platform with Docker on macOS, Linux and Windows! http://blog.teracy.com/2016/12/20/teracy-dev-the-only-truly-universal-productive-development-platform-with-docker-on-macos-linux-and-windows/ http://slides.teracy.net/hoatle/productive-dev-workflow-with-teracy-dev/latest/
https://github.com/teracyhq/dev
development-environment development-platform development-workflow development-worksation docker full-stack linux mac server teracy-dev vagrant virtualbox windows workstation
Last synced: 7 days ago
JSON representation
The only truly universal productive development platform with Docker on macOS, Linux and Windows! http://blog.teracy.com/2016/12/20/teracy-dev-the-only-truly-universal-productive-development-platform-with-docker-on-macos-linux-and-windows/ http://slides.teracy.net/hoatle/productive-dev-workflow-with-teracy-dev/latest/
- Host: GitHub
- URL: https://github.com/teracyhq/dev
- Owner: teracyhq
- License: bsd-3-clause
- Created: 2013-08-17T09:19:54.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2020-06-10T08:28:24.000Z (almost 5 years ago)
- Last Synced: 2025-04-01T02:48:20.602Z (about 2 months ago)
- Topics: development-environment, development-platform, development-workflow, development-worksation, docker, full-stack, linux, mac, server, teracy-dev, vagrant, virtualbox, windows, workstation
- Language: Ruby
- Homepage: http://dev.teracy.org/docs
- Size: 10.8 MB
- Stars: 86
- Watchers: 10
- Forks: 31
- Open Issues: 21
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.md
- License: LICENSE
- Authors: AUTHORS.md
Awesome Lists containing this project
README
teracy-dev
==========.. image:: https://travis-ci.org/teracyhq/dev.svg?branch=develop
:target: https://travis-ci.org/teracyhq/devIssues board: https://waffle.io/teracyhq/all?source=teracyhq%2Fdev
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.
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 thisInstallation and Usage
----------------------Follow the guide at http://dev.teracy.org/docs/getting_started.html
License
-------BSD License