X-Git-Url: http://these/git/?a=blobdiff_plain;f=RELEASES.md;h=9946ae32184f3b512a0c46fe51de5ca6de319cd4;hb=790b944031f9433be765936763d848ffa6e1b496;hp=51cf43423efa535b35712c74735f882332a49a63;hpb=0680dd2398e80e696797460a8566fa3cac630139;p=lemmy.git diff --git a/RELEASES.md b/RELEASES.md index 51cf4342..9946ae32 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -39,7 +39,7 @@ ansible-playbook lemmy.yml # connect via ssh to run the migration script ssh your-server cd /lemmy/ -wget https://raw.githubusercontent.com/dessalines/lemmy/master/docker/prod/migrate-pictshare-to-pictrs.bash +wget https://raw.githubusercontent.com/LemmyNet/lemmy/master/docker/prod/migrate-pictshare-to-pictrs.bash chmod +x migrate-pictshare-to-pictrs.bash sudo ./migrate-pictshare-to-pictrs.bash ``` @@ -48,12 +48,12 @@ sudo ./migrate-pictshare-to-pictrs.bash ``` # run these commands on your server cd /lemmy -wget https://raw.githubusercontent.com/dessalines/lemmy/master/ansible/templates/nginx.conf +wget https://raw.githubusercontent.com/LemmyNet/lemmy/master/ansible/templates/nginx.conf # Replace the {{ vars }} sudo mv nginx.conf /etc/nginx/sites-enabled/lemmy.conf sudo nginx -s reload -wget https://raw.githubusercontent.com/dessalines/lemmy/master/docker/prod/docker-compose.yml -wget https://raw.githubusercontent.com/dessalines/lemmy/master/docker/prod/migrate-pictshare-to-pictrs.bash +wget https://raw.githubusercontent.com/LemmyNet/lemmy/master/docker/prod/docker-compose.yml +wget https://raw.githubusercontent.com/LemmyNet/lemmy/master/docker/prod/migrate-pictshare-to-pictrs.bash chmod +x migrate-pictshare-to-pictrs.bash sudo bash migrate-pictshare-to-pictrs.bash ```