summaryrefslogtreecommitdiffstats
path: root/RELEASES.md
diff options
context:
space:
mode:
authorDessalines <tyhou13@gmx.com>2020-06-23 13:47:02 -0400
committerDessalines <tyhou13@gmx.com>2020-06-23 13:47:02 -0400
commit790b944031f9433be765936763d848ffa6e1b496 (patch)
tree6698056e24a7535bd298e72d1431b5201d0b27cf /RELEASES.md
parent0680dd2398e80e696797460a8566fa3cac630139 (diff)
Changing to new lemmynet repo location.
Diffstat (limited to 'RELEASES.md')
-rw-r--r--RELEASES.md8
1 files changed, 4 insertions, 4 deletions
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
```