diff options
author | Johannes Zellner <johannes@nebulon.de> | 2016-07-04 14:45:42 +0200 |
---|---|---|
committer | Johannes Zellner <johannes@nebulon.de> | 2016-07-04 14:45:42 +0200 |
commit | 553c79b0947de2ae3cebb80ca01a3fe80991b943 (patch) | |
tree | e846e739e2a5efa657ab4a049be0f347ac44bec5 | |
parent | 98e34a58a23079ccfa6300ba72f0d3d0bcf3b676 (diff) | |
download | Surfer-553c79b0947de2ae3cebb80ca01a3fe80991b943.tar.gz Surfer-553c79b0947de2ae3cebb80ca01a3fe80991b943.tar.zst Surfer-553c79b0947de2ae3cebb80ca01a3fe80991b943.zip |
Indicate where to specify the public folder
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -31,7 +31,7 @@ Surfer can also be run standlone on any server: | |||
31 | git clone https://github.com/nebulade/surfer.git | 31 | git clone https://github.com/nebulade/surfer.git |
32 | cd surfer | 32 | cd surfer |
33 | npm install | 33 | npm install |
34 | ./app.js | 34 | ./app.js <public folder> |
35 | ``` | 35 | ``` |
36 | Without LDAP integration, the default username is `test` with the same password. Check `src/auth.js` for further details about user management. | 36 | Without LDAP integration, the default username is `test` with the same password. Check `src/auth.js` for further details about user management. |
37 | 37 | ||