abelardopardo / abelardopardo/ontask_b
Dockerize the OnTask app and add a guide to self-host it
- 主要語言
- Python
- 星號
- 45
- 分支
- 32
- PR 合併指標
- 30 天內沒有已合併 PR
描述
One of the major pain points of OnTask for users that do not have institutional IT support is to get up and running.
There is the demo server, but that doesn't actually send emails out and from a liability and privacy perspective, it's not a good idea for this project to host a public server.
So what then is a keen instructor who has no experience with deployment or server administration supposed to?
There are two options:
1. find $$ to pay someone to do this for them, or
2. follow a user-guide that allows building and deploying the app via Docker on a cloud service (Heroku, Firebase, Fly.io, etc...).
This issue is for option 2.
The steps needed
- [ ] Dockerize the app (i.e. enable it to run within a Docker container)
- [ ] Add a guide to build the app locally using Docker
- [ ] Add a guide to deploy the app on the cloud using a cloud app service
- [ ] Configure the app to send emails
貢獻指南
這個儲存庫沒有索引到貢獻指南
研究方向
The issue outlines four tasks: Dockerizing the Django app, creating a local Docker build guide, a cloud deployment guide (Heroku/Firebase/Fly.io), and configuring email sending. Start by examining the existing Django project structure and dependencies to create a Dockerfile and docker-compose.yml. Research how to set up email configuration in Django for production. The guides will need to be written as markdown documentation. Testing the Docker setup locally is the first step before writing deployment instructions.
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- docker
- 領域
- cloud, devops, documentation
- Issue 類型
- 功能
- 難度
- 4/5
- 預估耗時
- 3-5 天
- 活躍度
- 停滯
- 描述清晰度
- 描述清楚
- 新手友好度
- 40/100