diff options
Diffstat (limited to 'pyload/web/app/unavailable.html')
-rw-r--r-- | pyload/web/app/unavailable.html | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/pyload/web/app/unavailable.html b/pyload/web/app/unavailable.html new file mode 100644 index 000000000..091c4b6ef --- /dev/null +++ b/pyload/web/app/unavailable.html @@ -0,0 +1,21 @@ +<!DOCTYPE html> +<html> +<head> + <title>WebUI not available</title> +</head> +<body> + +<h1>WebUI not available</h1> +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>Install <a href="http://nodejs.org/download/">nodejs</a> for your OS. It's maybe already pre-installed. </li> + <li>npm -g install bower grunt-cli</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> |