Skip to content

Commit 37bd2f2

Browse files
author
BrainFooLong
committed
init
1 parent d442e60 commit 37bd2f2

File tree

1 file changed

+16
-5
lines changed

1 file changed

+16
-5
lines changed

README.md

+16-5
Original file line numberDiff line numberDiff line change
@@ -16,20 +16,31 @@ No release yet. Watch/star if you like it.
1616
* SFTP Browser/Download/Upload/Delete
1717
* Queue manager
1818
* Log manager
19+
* User manager
1920
* Multilanguage
20-
* Whats missing for the first alpha
21-
* Interface for usermanagement, implement also admin role only can add and edit servers and users
22-
* 100% use of translation files, something hardcoded yet
23-
* Some other small fixes, repairs, red-bulls, days, etc...
21+
* What's missing for the first alpha
22+
* Well, i don't know, wanna try it?!?
2423

2524
# Code languages and standards we use
2625
* JS: https://standardjs.com
2726
* ES6 (with Babel converter for frontend): https://babeljs.io/docs/plugins/preset-env/
2827
* SCSS (with converter for frontend): http://sass-lang.com/
28+
29+
# Install linux
30+
* Download a realase zip and unpack to a directory
31+
* Run `npm install --production`
32+
* Start server with `./wfc start`
33+
* Stop server with `./wfc stop`
34+
* Open http://IPTOSERVER:4340 in your browser
35+
36+
# Install synology
37+
* Install package node 4
38+
* Via SSH terminal do the same as install linux
39+
* Notice: Some disktations have very low ram and cpu to run this application at full speed
2940

3041
# Development setup
3142
* Git clone master to a directory of your choice
32-
* `npm install --only=dev`
43+
* `npm install`
3344
* `npm run build` (and also everytime you change some frontend code)
3445
* Start server with `./wfc start` (Stop with `./wfc stop`)
3546
* Open http://localhost:4340 in your browser

0 commit comments

Comments
 (0)