1
0
mirror of https://github.com/spacebarchat/docs.git synced 2024-11-09 20:02:32 +01:00

Update setup.md

This commit is contained in:
Flam3rboy 2021-10-05 20:32:33 +02:00 committed by GitHub
parent 7800299628
commit 02d1f27d98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,12 +25,18 @@ git clone https://github.com/fosscord/fosscord-server
cd fosscord-server
cd bundle
npm run setup
npm start
npm run start:bundle
```
You can now access it on [http://localhost:3001](http://localhost:3001)
To decrease startup time you can just execute ``npm run start:bundle`` which skips the build process.
To update it run (notice will discard all changed files):
```
git reset --hard HEAD
git pull
npm run setup
npm run start:bundle
```
## Docker