aboutsummaryrefslogtreecommitdiffstats
path: root/webapp/README.md
diff options
context:
space:
mode:
authorSebastien Douheret <sebastien.douheret@iot.bzh>2017-09-25 13:50:27 +0200
committerSebastien Douheret <sebastien.douheret@iot.bzh>2017-11-06 15:57:03 +0100
commitac9e80f7f32a1c04c171a4d208f0ab7d3a5ca154 (patch)
tree9660a93b24ea6d4eb466d93127c4a298d5015521 /webapp/README.md
parent1e0b1b4c1271e3668ec5ef1ba58cb84fe00f0f53 (diff)
Moved web Dashboard to xds-agent
Xds-Server now only provides a minimal page to get basic instructions. Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to 'webapp/README.md')
-rw-r--r--webapp/README.md46
1 files changed, 3 insertions, 43 deletions
diff --git a/webapp/README.md b/webapp/README.md
index acee846..015a70d 100644
--- a/webapp/README.md
+++ b/webapp/README.md
@@ -1,45 +1,5 @@
-XDS Dashboard
-=============
+# XDS Server Web page
-This is the web application dashboard for Cross Development System.
+This a basic web page that just gives basic instructions.
-## 1. Prerequisites
-
-*nodejs* must be installed on your system and the below global node packages must be installed:
-
-> sudo npm install -g gulp-cli
-
-## 2. Installing dependencies
-
-Install dependencies by running the following command:
-
-> npm install
-
-`node_modules` and `typings` directories will be created during the install.
-
-## 3. Building the project
-
-Build the project by running the following command:
-
-> npm run clean & npm run build
-
-`dist` directory will be created during the build
-
-## 4. Starting the application
-
-Start the application by running the following command:
-
-> npm start
-
-The application will be displayed in the browser.
-
-
-## TODO
-
-- Upgrade to angular 2.4.9 or 2.4.10 AND rxjs 5.2.0
-- Complete README + package.json
-- Add prod mode and use update gulpfile tslint: "./tslint/prod.json"
-- Generate a bundle minified file, using systemjs-builder or find a better way
- http://stackoverflow.com/questions/35280582/angular2-too-many-file-requests-on-load
-- Add SASS support
- http://foundation.zurb.com/sites/docs/sass.html \ No newline at end of file
+XDS Dashboard is now part of [xds-agent](https://github.com/iotbzh/xds-agent).