diff options
-rw-r--r-- | README | 8 | ||||
l--------- | www/index.html (renamed from webapp/index.html) | 0 | ||||
-rw-r--r-- | www/jquery-2.1.3.js (renamed from webapp/jquery-2.1.3.js) | 0 | ||||
-rw-r--r-- | www/jquery-2.1.3.min.js (renamed from webapp/jquery-2.1.3.min.js) | 0 | ||||
l--------- | www/jquery.js (renamed from webapp/jquery.js) | 0 | ||||
-rw-r--r-- | www/swiftstory-common.css (renamed from webapp/swiftstory-common.css) | 0 | ||||
-rw-r--r-- | www/swiftstory-common.js (renamed from webapp/swiftstory-common.js) | 0 | ||||
-rw-r--r-- | www/swiftstory-config.js (renamed from webapp/swiftstory-config.js) | 0 | ||||
-rw-r--r-- | www/swiftstory-desktop.html (renamed from webapp/swiftstory-desktop.html) | 0 | ||||
-rw-r--r-- | www/swiftstory-desktop.js (renamed from webapp/swiftstory-desktop.js) | 0 | ||||
-rw-r--r-- | www/swiftstory-mobile.css (renamed from webapp/swiftstory-mobile.css) | 0 | ||||
-rw-r--r-- | www/swiftstory-mobile.html (renamed from webapp/swiftstory-mobile.html) | 0 | ||||
-rw-r--r-- | www/swiftstory-mobile.js (renamed from webapp/swiftstory-mobile.js) | 0 |
13 files changed, 4 insertions, 4 deletions
@@ -20,18 +20,18 @@ Start the python server (it will listen to any connection on port 1236) Installation of the web application =================================== -Configure your webserver to server the webapp/ directory (refer to the +Configure your webserver to server the www/ directory (refer to the documentation of your prefered webserver for that) or copy the content of the -webapp/ directory in a directory already served by your webserver. +www/ directory in a directory already served by your webserver. Alternatively, if your version of php implements this, you can use this command to run a simple webserver (this method is not recommended in a production environment). - $ php -S "<listen_address>:<port>" -t webapp/ + $ php -S "<listen_address>:<port>" -t www/ Replace <listen_address> and <port> by the values you prefer. example: - $ php -S 0.0.0.0:8080 -t webapp/ + $ php -S 0.0.0.0:8080 -t www/ diff --git a/webapp/index.html b/www/index.html index 36c43de..36c43de 120000 --- a/webapp/index.html +++ b/www/index.html diff --git a/webapp/jquery-2.1.3.js b/www/jquery-2.1.3.js index 79d631f..79d631f 100644 --- a/webapp/jquery-2.1.3.js +++ b/www/jquery-2.1.3.js diff --git a/webapp/jquery-2.1.3.min.js b/www/jquery-2.1.3.min.js index 25714ed..25714ed 100644 --- a/webapp/jquery-2.1.3.min.js +++ b/www/jquery-2.1.3.min.js diff --git a/webapp/jquery.js b/www/jquery.js index 957f262..957f262 120000 --- a/webapp/jquery.js +++ b/www/jquery.js diff --git a/webapp/swiftstory-common.css b/www/swiftstory-common.css index c574b6d..c574b6d 100644 --- a/webapp/swiftstory-common.css +++ b/www/swiftstory-common.css diff --git a/webapp/swiftstory-common.js b/www/swiftstory-common.js index 174b473..174b473 100644 --- a/webapp/swiftstory-common.js +++ b/www/swiftstory-common.js diff --git a/webapp/swiftstory-config.js b/www/swiftstory-config.js index 9a6be3c..9a6be3c 100644 --- a/webapp/swiftstory-config.js +++ b/www/swiftstory-config.js diff --git a/webapp/swiftstory-desktop.html b/www/swiftstory-desktop.html index 10706af..10706af 100644 --- a/webapp/swiftstory-desktop.html +++ b/www/swiftstory-desktop.html diff --git a/webapp/swiftstory-desktop.js b/www/swiftstory-desktop.js index af86e83..af86e83 100644 --- a/webapp/swiftstory-desktop.js +++ b/www/swiftstory-desktop.js diff --git a/webapp/swiftstory-mobile.css b/www/swiftstory-mobile.css index 796f190..796f190 100644 --- a/webapp/swiftstory-mobile.css +++ b/www/swiftstory-mobile.css diff --git a/webapp/swiftstory-mobile.html b/www/swiftstory-mobile.html index a0407d4..a0407d4 100644 --- a/webapp/swiftstory-mobile.html +++ b/www/swiftstory-mobile.html diff --git a/webapp/swiftstory-mobile.js b/www/swiftstory-mobile.js index b05193c..b05193c 100644 --- a/webapp/swiftstory-mobile.js +++ b/www/swiftstory-mobile.js |