mirror of
https://github.com/spacebarchat/server.git
synced 2024-11-12 21:52:40 +01:00
Add the automatic install script, thanks @Haydaralqassam
This commit is contained in:
parent
a3209fb7dc
commit
685f87703a
13
README.md
13
README.md
@ -13,12 +13,23 @@ If you would like to host Slowcord yourself, you should know:
|
|||||||
* **There is no voice/video server, and no admin dashboard** yet. There do not exist on any Fosscord instance.
|
* **There is no voice/video server, and no admin dashboard** yet. There do not exist on any Fosscord instance.
|
||||||
|
|
||||||
Alright, now onto the guide.
|
Alright, now onto the guide.
|
||||||
## The Guide
|
# The Guide
|
||||||
|
|
||||||
The guide assumes:
|
The guide assumes:
|
||||||
* You're using Ubuntu
|
* You're using Ubuntu
|
||||||
* You've got a domain name, and you are NOT using ngrok, cloudflare tunnels, hamachi.
|
* You've got a domain name, and you are NOT using ngrok, cloudflare tunnels, hamachi.
|
||||||
* With said domain name, you've got DNS records pointing it to your server
|
* With said domain name, you've got DNS records pointing it to your server
|
||||||
|
|
||||||
|
## Automatic Installation
|
||||||
|
[Haydaralqassam](https://github.com/haydaralqassam) has created an automatic install script, which basically performs the below guide for you, available [here](https://gist.github.com/haydaralqassam/abdfe619b812d88186cd77802280731e), or by running the below command
|
||||||
|
```
|
||||||
|
wget -qO- https://gist.githubusercontent.com/haydaralqassam/abdfe619b812d88186cd77802280731e/raw/292fdc8e486d8ef0d5763b89fa03e9c6a907b3a7/install.sh | bash
|
||||||
|
```
|
||||||
|
|
||||||
|
I, personally, make no guarantees that the above method will work for every user or setup. If you run into issues, you may want to manually go through the below guide instead.
|
||||||
|
|
||||||
|
## Manual Installation
|
||||||
|
|
||||||
### Installing Slowcord
|
### Installing Slowcord
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
|
Loading…
Reference in New Issue
Block a user