🐳 add docker-compose link

This commit is contained in:
dannydannydanny 2021-11-15 15:40:03 +01:00 committed by GitHub
parent 890328dcf6
commit 92466f723d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -60,10 +60,10 @@ Submit an [issue](https://github.com/DannyDannyDanny/gitmoji/issues) (or [Pull R
* [non-linear roadmaps](https://productcrunch.substack.com/p/escaping-the-roadmap-trap) * [non-linear roadmaps](https://productcrunch.substack.com/p/escaping-the-roadmap-trap)
* **[Setup Dev Machine](setup-dev-machine.md)** * **[Setup Dev Machine](setup-dev-machine.md)**
* **Setup Environments** * **Setup Environments**
* You won't always have a server - so get virtualized for development ASAP 🏁 (insert docker guide) * You should be able to run the code and develop without a dedicated server. Get virtualized with [docker-compose](https://docs.docker.com/compose/compose-file/compose-file-v3/).
* Python setup on [Ubuntu Server](https://www.digitalocean.com/community/tutorials/how-to-install-python-3-and-set-up-a-programming-environment-on-an-ubuntu-20-04-server) * Python setup on [Ubuntu Server](https://www.digitalocean.com/community/tutorials/how-to-install-python-3-and-set-up-a-programming-environment-on-an-ubuntu-20-04-server)
* **Setup Version Control** * **Setup Version Control**
* Connect to your repos using [ssh](https://stackoverflow.com/a/65415202/5684214). when possible * Connect to your repos using [ssh](https://stackoverflow.com/a/65415202/5684214).
* Install and use [pre-commit hooks](https://pre-commit.com/) on your dev machine * Install and use [pre-commit hooks](https://pre-commit.com/) on your dev machine
* Setup [Travis-CI build testing](https://docs.travis-ci.com/user/customizing-the-build/#building-specific-branches) * Setup [Travis-CI build testing](https://docs.travis-ci.com/user/customizing-the-build/#building-specific-branches)
* Add an [`.EditorConfig` file](https://editorconfig.org/) * Add an [`.EditorConfig` file](https://editorconfig.org/)