This commit is contained in:
Trey t
2023-06-26 10:40:52 -05:00
parent 4ab091d610
commit 8c049324a3
2 changed files with 8 additions and 2 deletions

View File

@@ -1,8 +1,10 @@
docker ps
docker-compose exec web python manage.py makemigrations
----------------------------------------
wget https://raw.githubusercontent.com/dokku/dokku/v0.28.1/bootstrap.sh
sudo DOKKU_TAG=v0.28.1 bash bootstrap.sh
https://dokku.com/docs/getting-started/installation/
wget https://raw.githubusercontent.com/dokku/dokku/v0.30.7/bootstrap.sh
sudo DOKKU_TAG=v0.30.7 bash bootstrap.sh
cat ~/.ssh/authorized_keys | dokku ssh-keys:add admin