Skip to content

random-rage/django-deploy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

What is it?

Django app Create&Deploy script

This script automatically installs and deploys Python + Django + Gunicorn + NGINX server.

What to do?

  1. Install Debian
  2. Install sudo (as root):
su root
apt-get install sudo
  1. Add user to the sudo group and reboot (as root):
adduser <user> sudo
reboot
  1. Download django-deploy script
  2. Run the script:
chmod +x deploy.sh
./deploy.sh
  1. Script will ask you project name, enter it.
  2. Wait until the script has finished job.
  3. Open browser in your Debian and go to http://127.0.0.1
  4. Well done!

About

Django app Create&Deploy script

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages