An open API service indexing awesome lists of open source software.

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项目。

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.)