summaryrefslogtreecommitdiffstats
path: root/pyload
diff options
context:
space:
mode:
authorGravatar himbrr <himbrr@himbrr.ws> 2013-10-20 22:54:37 +0200
committerGravatar himbrr <himbrr@himbrr.ws> 2013-10-20 22:54:37 +0200
commitfab52b525ae650f31e99670ccf86b15fa21d14b6 (patch)
tree942367eb34267e30fc88c0f0993420f6d98cd172 /pyload
parentfix error page when no webui build is available (diff)
downloadpyload-fab52b525ae650f31e99670ccf86b15fa21d14b6.tar.xz
Improved the instructions
Diffstat (limited to 'pyload')
-rw-r--r--pyload/web/app/unavailable.html10
1 files changed, 6 insertions, 4 deletions
diff --git a/pyload/web/app/unavailable.html b/pyload/web/app/unavailable.html
index 6706a693c..b138286fb 100644
--- a/pyload/web/app/unavailable.html
+++ b/pyload/web/app/unavailable.html
@@ -9,10 +9,12 @@
You are running a pyLoad version without prebuilt webUI. You can download a build from our website or deactivate the dev mode.
If desired you can build it yourself by running:
<ul>
- <li>npm install</li>
- <li>bower install</li>
- <li>grunt build</li>
+ <li>Install <a href="http://nodejs.org/download/">nodejs</a> for your OS. It's maybe already pre-installed. </li>
+ <li>Change to the pyload/web directory</li>
+ <i><li>npm install</li>
+ <li>bower install</li></i>
</ul>
+Everytime you want to test or apply your changes, you've made on the WebUI, run <i>grunt build</i> from the web directory.
</body>
-</html> \ No newline at end of file
+</html>