1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-16 22:50:10 +03:00
This commit is contained in:
Jaime Melis 2015-07-21 16:29:46 +02:00
parent dffe1f1c52
commit 33fc618c87

View File

@ -1,14 +1,17 @@
Sunstone depnedencies
Sunstone dependencies
=====================
1. Install nodejs and npm
2. Install the following npm packages:
```
sudo npm install -g bower
sudo npm install -g grunt
sudo npm install -g grunt-cli
```
3. Move to the Sunstone public folder and run:
```
npm install
bower install
@ -32,7 +35,7 @@ These are the files generate by the grunt requirejs command:
css
app.min.css
dist
login.js, login.js.map main.js main.js.map
login.js, login.js.map main.js main.js.map
console
spice.js spice.js.map vnc.js vnc.js.map
```
@ -48,4 +51,4 @@ Scons includes an option to build the minified JS and CSS files. Steps 1, 2 and
Install.sh
==========
By default the install.sh script will install all the files, including the non-minified ones. Providing the -p option, only the minified files will be installed.
By default the install.sh script will install all the files, including the non-minified ones. Providing the -p option, only the minified files will be installed.