https://github.com/hdaojin/django-auto
Automatically deploy Django projects on the Linux server. 在Linux服务器上自动部署Django项目。
https://github.com/hdaojin/django-auto
bash django
Last synced: 2 months ago
JSON representation
Automatically deploy Django projects on the Linux server. 在Linux服务器上自动部署Django项目。
- Host: GitHub
- URL: https://github.com/hdaojin/django-auto
- Owner: hdaojin
- License: gpl-3.0
- Created: 2022-03-11T03:04:35.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-07T04:40:28.000Z (about 4 years ago)
- Last Synced: 2025-03-17T07:42:10.518Z (over 1 year ago)
- Topics: bash, django
- Language: Shell
- Homepage:
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Django Auto
[简体中文](README_zh-CN.md)
Automatically deploy Django projects on the Linux server.
## Deploy
### requirement
* Debian 11
* Internet connection
* django > 3.2
* mysqlclient > 2.1
* Setup as a normal user with sudo privileges
### setup
```bash
git clone https://github.com/hdaojin/django-auto.git
cd django-auto
bash script/setup.sh
```
## Issue and Suggestion
* [GitHub Issues](https://github.com/hdaojin/itnsa/issues)
* Email: hdaojin at hotmail.com
## Contributing
1. Create an account on github
2. Fork the Project
3. Make a local clone : `git clone https://github.com/your_account/itnsa.git`
4. Create your Feature Branch: `git checkout -b feature/AmazingFeature`
4. Make changes on the local copy
6. Test and commit your Changes: `git commit -a -m 'Add some AmazingFeature'`
7. Push to the Branch: `git push origin feature/AmazingFeature`
8. Create a Pull Request(PR) from your GitHub fork(go to your fork's webpage and click on "Pull Request". You can then add a message to decribe your proposal.)