forked from Sophia/thelinuxlist
updated list.md to make resizing part easy
This commit is contained in:
@ -39,7 +39,7 @@ sudo -i -u postgres psql -c "CREATE DATABASE misskey;"
|
||||
sudo -i -u postgres psql -c "GRANT ALL PRIVILEGES ON DATABASE misskey to misskey;"
|
||||
sudo -i -u postgres psql -c "ALTER DATABASE misskey OWNER TO misskey;"
|
||||
adduser --disabled-password --disabled-login misskey
|
||||
su - misskey
|
||||
sudo -i -u misskey
|
||||
git clone -b master https://github.com/misskey-dev/misskey.git
|
||||
cd misskey
|
||||
git checkout master
|
||||
|
Reference in New Issue
Block a user