/DDeploy

DDeploy is a sever side script which helps in deployment of Django apps.As a beginner , you can deploy your django app easily on any linux machine using DDeploy.It automates the hefty and tiring process of deploying django based web applications over any linux machine , thus relieving new developers of the worry of deploying their django apps

Primary LanguageShellGNU General Public License v3.0GPL-3.0

DDeploy

DDeploy is a sever side script which helps in deployment of Django apps.As a beginner , you can deploy your django app easily on any linux machine using DDeploy.It automates the hefty and tiring process of deploying django based web applications over any linux machine , thus relieving new developers of the worry of deploying their django apps

GitHub issues GitHub forks GitHub stars GitHub license Open Source Love svg1 PRs Welcome contributions welcome GitHub contributors

Setup Instructions

Clone the repo in your local system

git clone https://github.com/RyanWalker277/DDeploy.git

Change the directory

cd DDeploy

Now simply execute the script by

source DDeploy.sh --link "Link to your github repo" --name "Name of your github repo" --proj "Name of your django project" --IP "IP address of your vm instance"

Pre-Requisites

Port 80 needs to be open to internet on your linux machine in order for you to be able to access your deployment server.

Features

  • Convinient for new developers
  • Reduces manual intervention
  • Saves you from the hassle of creating a production environment

Contributing

Contributions are always welcome!

See contributing.md for ways to get started.

RyanWalker277
Anvansh

Support++

This project needs your shiny star ⭐.
Don't forget to leave a star ⭐️

forthebadge made-with-python forthebadge

Made with ❤ by Anvansh (@RyanWalker277)