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
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"
Port 80 needs to be open to internet on your linux machine in order for you to be able to access your deployment server.
- Convinient for new developers
- Reduces manual intervention
- Saves you from the hassle of creating a production environment
Contributions are always welcome!
See contributing.md
for ways to get started.
Anvansh |
This project needs your shiny star ⭐.
Don't forget to leave a star ⭐️
Made with ❤ by Anvansh (@RyanWalker277)