Revision 33fc618c src/sunstone/public/README.md
src/sunstone/public/README.md | ||
---|---|---|
1 |
Sunstone depnedencies
|
|
1 |
Sunstone dependencies
|
|
2 | 2 |
===================== |
3 | 3 |
|
4 | 4 |
1. Install nodejs and npm |
5 | 5 |
2. Install the following npm packages: |
6 |
|
|
6 | 7 |
``` |
7 | 8 |
sudo npm install -g bower |
8 | 9 |
sudo npm install -g grunt |
9 | 10 |
sudo npm install -g grunt-cli |
10 | 11 |
``` |
12 |
|
|
11 | 13 |
3. Move to the Sunstone public folder and run: |
14 |
|
|
12 | 15 |
``` |
13 | 16 |
npm install |
14 | 17 |
bower install |
... | ... | |
32 | 35 |
css |
33 | 36 |
app.min.css |
34 | 37 |
dist |
35 |
login.js, login.js.map main.js main.js.map
|
|
38 |
login.js, login.js.map main.js main.js.map |
|
36 | 39 |
console |
37 | 40 |
spice.js spice.js.map vnc.js vnc.js.map |
38 | 41 |
``` |
... | ... | |
48 | 51 |
Install.sh |
49 | 52 |
========== |
50 | 53 |
|
51 |
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. |
|
54 |
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. |
Also available in: Unified diff