diff options
author | Olivier Gayot <duskcoder@gmail.com> | 2015-06-14 23:21:04 +0100 |
---|---|---|
committer | Olivier Gayot <duskcoder@gmail.com> | 2015-06-14 23:24:30 +0100 |
commit | 71cd5aa94b2706a75f47d5d4c3ab2a5296cc6023 (patch) | |
tree | 224ccc2488326a0e630b066df6d59260919c0d16 | |
parent | 7af8f5b25f140deff430bf42a6a7950952b26fc1 (diff) |
moved the webapp pages in the webapp/ dir
the procedure to install the webapp is described in the README file.
Signed-off-by: Olivier Gayot <duskcoder@gmail.com>
-rw-r--r-- | README | 7 | ||||
-rw-r--r-- | webapp/cao-common.css (renamed from cao-common.css) | 0 | ||||
-rw-r--r-- | webapp/cao-common.js (renamed from cao-common.js) | 0 | ||||
-rw-r--r-- | webapp/cao-desktop.html (renamed from cao-desktop.html) | 0 | ||||
-rw-r--r-- | webapp/cao-desktop.js (renamed from cao-desktop.js) | 0 | ||||
-rw-r--r-- | webapp/cao-mobile.css (renamed from cao-mobile.css) | 0 | ||||
-rw-r--r-- | webapp/cao-mobile.html (renamed from cao-mobile.html) | 0 | ||||
-rw-r--r-- | webapp/cao-mobile.js (renamed from cao-mobile.js) | 0 | ||||
l--------- | webapp/index.html (renamed from index.html) | 0 | ||||
-rw-r--r-- | webapp/jquery-2.1.3.js (renamed from jquery-2.1.3.js) | 0 | ||||
-rw-r--r-- | webapp/jquery-2.1.3.min.js (renamed from jquery-2.1.3.min.js) | 0 | ||||
l--------- | webapp/jquery.js (renamed from jquery.js) | 0 |
12 files changed, 7 insertions, 0 deletions
@@ -16,3 +16,10 @@ Execution Start the python server (it will listen to any connection on port 1236) $ cao-server & + +Installation of the web application +=================================== + +Configure your webserver to server the webapp/ 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. diff --git a/cao-common.css b/webapp/cao-common.css index c574b6d..c574b6d 100644 --- a/cao-common.css +++ b/webapp/cao-common.css diff --git a/cao-common.js b/webapp/cao-common.js index 2742606..2742606 100644 --- a/cao-common.js +++ b/webapp/cao-common.js diff --git a/cao-desktop.html b/webapp/cao-desktop.html index 34f4721..34f4721 100644 --- a/cao-desktop.html +++ b/webapp/cao-desktop.html diff --git a/cao-desktop.js b/webapp/cao-desktop.js index faa864b..faa864b 100644 --- a/cao-desktop.js +++ b/webapp/cao-desktop.js diff --git a/cao-mobile.css b/webapp/cao-mobile.css index 796f190..796f190 100644 --- a/cao-mobile.css +++ b/webapp/cao-mobile.css diff --git a/cao-mobile.html b/webapp/cao-mobile.html index a9f8722..a9f8722 100644 --- a/cao-mobile.html +++ b/webapp/cao-mobile.html diff --git a/cao-mobile.js b/webapp/cao-mobile.js index 3a35b24..3a35b24 100644 --- a/cao-mobile.js +++ b/webapp/cao-mobile.js diff --git a/index.html b/webapp/index.html index 8ffec2d..8ffec2d 120000 --- a/index.html +++ b/webapp/index.html diff --git a/jquery-2.1.3.js b/webapp/jquery-2.1.3.js index 79d631f..79d631f 100644 --- a/jquery-2.1.3.js +++ b/webapp/jquery-2.1.3.js diff --git a/jquery-2.1.3.min.js b/webapp/jquery-2.1.3.min.js index 25714ed..25714ed 100644 --- a/jquery-2.1.3.min.js +++ b/webapp/jquery-2.1.3.min.js diff --git a/jquery.js b/webapp/jquery.js index 957f262..957f262 120000 --- a/jquery.js +++ b/webapp/jquery.js |