Readme: weitere Hinweise zur Installation
This commit is contained in:
parent
a9c6ddc03b
commit
7b41d3fa59
1 changed files with 10 additions and 0 deletions
10
README.md
10
README.md
|
@ -99,6 +99,11 @@ cd $FFFFNG_HOME
|
||||||
npm install ffffng
|
npm install ffffng
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Auf Debian symlink anlegen
|
||||||
|
```
|
||||||
|
ln -s /usr/bin/nodejs /usr/bin/node
|
||||||
|
```
|
||||||
|
|
||||||
### Konfiguration
|
### Konfiguration
|
||||||
|
|
||||||
```
|
```
|
||||||
|
@ -246,6 +251,11 @@ Dann die `config.json` anpassen nach belieben. Es gibt die folgenden Konfigurati
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Datenbank Ordner anlegen
|
||||||
|
|
||||||
|
```
|
||||||
|
mkdir $FFFFNG_HOME/db/
|
||||||
|
```
|
||||||
|
|
||||||
### Starten des Servers
|
### Starten des Servers
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue