mirror of
https://github.com/spacebarchat/docs.git
synced 2024-11-22 10:12:31 +01:00
Remove bundle references
This commit is contained in:
parent
12f6915538
commit
9b9f5a2c8d
@ -4,7 +4,7 @@ Some configuration is done via environment variables. If you can't find what you
|
|||||||
|
|
||||||
## Editing
|
## Editing
|
||||||
|
|
||||||
In order to edit environment variables, just create a file called ``.env`` in ``bundle/``. In there, you can declare variables in the format ``VARIABLE=value``.
|
In order to edit environment variables, just create a file called ``.env`` in the fosscord-server directory. In there, you can declare variables in the format ``VARIABLE=value``.
|
||||||
|
|
||||||
If you want to globally assign variables, use `export` on Linux or `set` on Windows.
|
If you want to globally assign variables, use `export` on Linux or `set` on Windows.
|
||||||
For example: `export THREADS=8`.
|
For example: `export THREADS=8`.
|
||||||
|
@ -16,12 +16,12 @@ This is the latest bleeding edge version of fosscord-server, which may have bugs
|
|||||||
|
|
||||||
#### Requirements
|
#### Requirements
|
||||||
|
|
||||||
- [NodeJS](https://nodejs.org) v14+
|
- [NodeJS](https://nodejs.org) v16+
|
||||||
- [Python](https://python.org) 3
|
- [Python](https://python.org) 3
|
||||||
- (Only on Linux) ``gcc`` and ``g++`` | Packaged with `build-essential` on Debian/Ubuntu and `base-devel` on Arch
|
- (Only on Linux) ``gcc`` and ``g++`` | Packaged with `build-essential` on Debian/Ubuntu and `base-devel` on Arch
|
||||||
- (Only on Windows) [Visual Studio](https://visualstudio.microsoft.com/) with the C++ package
|
- (Only on Windows) [Visual Studio](https://visualstudio.microsoft.com/) with the C++ package
|
||||||
|
|
||||||
!!! info "Make sure python can be executed by just running `python`"
|
!!! info "Make sure python can be executed and is a correct version by just running `python -V`"
|
||||||
|
|
||||||
#### Setup
|
#### Setup
|
||||||
|
|
||||||
@ -30,7 +30,6 @@ Open a shell/terminal and execute these commands:
|
|||||||
```
|
```
|
||||||
git clone https://github.com/fosscord/fosscord-server
|
git clone https://github.com/fosscord/fosscord-server
|
||||||
cd fosscord-server
|
cd fosscord-server
|
||||||
cd bundle
|
|
||||||
npm run setup
|
npm run setup
|
||||||
npm run start:bundle
|
npm run start:bundle
|
||||||
```
|
```
|
||||||
|
@ -8,7 +8,7 @@ Description=<your description>
|
|||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
User=<your user>
|
User=<your user>
|
||||||
WorkingDirectory=<fosscord bundle directory>
|
WorkingDirectory=<fosscord directory>
|
||||||
ExecStart=npm run start:bundle
|
ExecStart=npm run start:bundle
|
||||||
Restart=always
|
Restart=always
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user