@@ -16,20 +16,31 @@ No release yet. Watch/star if you like it.
16
16
* SFTP Browser/Download/Upload/Delete
17
17
* Queue manager
18
18
* Log manager
19
+ * User manager
19
20
* 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?!?
24
23
25
24
# Code languages and standards we use
26
25
* JS: https://standardjs.com
27
26
* ES6 (with Babel converter for frontend): https://babeljs.io/docs/plugins/preset-env/
28
27
* 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
29
40
30
41
# Development setup
31
42
* Git clone master to a directory of your choice
32
- * ` npm install --only=dev `
43
+ * ` npm install `
33
44
* ` npm run build ` (and also everytime you change some frontend code)
34
45
* Start server with ` ./wfc start ` (Stop with ` ./wfc stop ` )
35
46
* Open http://localhost:4340 in your browser
0 commit comments