Browse Source

Update README.md

master
Don Kingdon 1 year ago committed by GitHub
parent
commit
0715292c13
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 12
      README.md

12
README.md

@ -167,7 +167,19 @@ Clone & compile:
## Install Frontend ## Install Frontend
sudo npm install -g ember-cli@2.18
sudo npm install -g bower
sudo chown -R $USER:$GROUP ~/.npm
sudo chown -R $USER:$GROUP ~/.config
npm install
bower install
ember install ember-truth-helpers
npm install jdenticon@2.1.0
Build from www/
chmod 755 build.sh
./build.sh
### Modify configuration file ### Modify configuration file
nano ~/open-etc-pool-friends/www/config/environment.js nano ~/open-etc-pool-friends/www/config/environment.js

Loading…
Cancel
Save