Skip to content
/ educa Public

Django project with deploy action into Centos 7 (using Vagrant)

Notifications You must be signed in to change notification settings

zizu1985/educa

Repository files navigation

This is simple Django project (still under development) with deploy action into Centos 7 (using Vagrant). The main goal of this work is to deploy django code into linux box with Nginx as front sever and uWSGI as backend for Django application.

Instruction:

  1. After download please switch to infrastructure directory and start build and deploy application into VirtualBox Machine using Vagrant:

vagrant up

  1. After successfull creation plase logon to machine using vagrant ssh and create super account:

vagrant ssh sudo su - su - django cd educa . venv/bin/activate python manage.py createsuperuser --settings=educa.settings.pro

  1. Logon to webpage http://localhost:81/admin/ and craete new subject

  2. Logon to webpage http://localhost:81/course/mine , logon as created superuser and create new course under created subject.

About

Django project with deploy action into Centos 7 (using Vagrant)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published