Envsmanager
Application for creating custom development environments on a local CentOS server. These instructions will get you a copy of the project up and running on your local machine.
You should have some Python experience and know basic Unix bash commands. If you’ve never used the command line before, please familiarize yourself with the following commands: pwd, cd, ls, rm, and mkdir.
- Python 2.7
- MySQL Server 5.6 or higher
A step by step series of examples that tell you how to get a development env running
Clone the repository and update the settings.py file for the database configuration.
For starting the application please use:
$ python manage.py runserver
- Django - The web framework used
- Ilche Bedelovski - Initial work - ilchebedelovski
This project is open source.