📝 add unix as IDE link

This commit is contained in:
dannydannydanny 2022-02-02 15:27:28 +01:00 committed by GitHub
parent b7c60897af
commit cdf0aee42d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,6 +18,7 @@
* Deploy using Docker + Docker-Compose. Docker keeps all your application events separate from OS events.
* Add to `.bashrc` on remote server (remove or replace `ENV.`):
* `alias doco="docker-compose -f docker-compose.ENV.yml"; cd /opt/project/`
* Remaster [Unix as IDE](https://blog.sanctum.geek.nz/series/unix-as-ide/)
* **Setup Version Control**
* Connect to your repos using [ssh](https://stackoverflow.com/a/65415202/5684214).