Fixed links in README
This commit is contained in:
parent
51be772cfa
commit
ecd7f82a8b
1 changed files with 5 additions and 4 deletions
|
@ -50,7 +50,8 @@ TODO
|
||||||
|
|
||||||
## Administration
|
## Administration
|
||||||
|
|
||||||
Das Admin-Panel ist dann entsprechend erreichbar unter: [https://formular.musterstadt.freifunk.net/internal/admin]().
|
Das Admin-Panel ist dann entsprechend erreichbar unter:
|
||||||
|
[https://formular.musterstadt.freifunk.net/internal/admin](https://formular.musterstadt.freifunk.net/internal/admin).
|
||||||
(Die Domain muss natürlich angepasst werden.)
|
(Die Domain muss natürlich angepasst werden.)
|
||||||
|
|
||||||
Das Admin-Panel besteht aus folgenden Bereichen:
|
Das Admin-Panel besteht aus folgenden Bereichen:
|
||||||
|
@ -113,15 +114,15 @@ Der Output landet dann unter `dist/`.
|
||||||
1. Zunächst eine `config.json` anlegen wie oben unter "Installation / Konfiguration" beschrieben.
|
1. Zunächst eine `config.json` anlegen wie oben unter "Installation / Konfiguration" beschrieben.
|
||||||
2. `node server/main.js -c config.json`
|
2. `node server/main.js -c config.json`
|
||||||
|
|
||||||
Der Server ist dann erreichbar unter [http://localhost:8080]().
|
Der Server ist dann erreichbar unter [http://localhost:8080](http://localhost:8080).
|
||||||
|
|
||||||
|
|
||||||
### Life-Reload vom Client
|
### Life-Reload vom Client
|
||||||
|
|
||||||
`grunt serve`
|
`grunt serve`
|
||||||
|
|
||||||
Der Client ist dann erreichbar via [http://localhost:9000](), erwartet aber, dass der Server für die REST-API auch läuft
|
Der Client ist dann erreichbar via [http://localhost:9000](http://localhost:9000), erwartet aber, dass der Server für
|
||||||
(s. o.) und auf Port `8080` erreichbar ist.
|
die REST-API auch läuft (s. o.) und auf Port `8080` erreichbar ist.
|
||||||
|
|
||||||
|
|
||||||
### Publishen auf npmjs.com
|
### Publishen auf npmjs.com
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue