Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setting up the angular demo client #3

Open
lloydwatkin opened this issue Mar 25, 2015 · 1 comment
Open

Setting up the angular demo client #3

lloydwatkin opened this issue Mar 25, 2015 · 1 comment

Comments

@lloydwatkin
Copy link
Member

Steps to complete:

  • Install npm (old nodejs does bundle it) - better still use nvm and install iojs https://github.com/creationix/nvm
  • Install package files npm i . in /usr/share/nginx/html
  • Install grunt-cli and bower: npm i -g grunt-cli bower
  • Run grunt to build source: grunt index
  • Generate the index file: grunt index
  • Install bower dependencies: bower install (--allow-root if this makes things easier)
  • Switch root folder in nginx conf to /usr/share/nginx/html/build
@lloydwatkin
Copy link
Member Author

Issue on bower install it doesn't know which version of angular to install (complains about conflicting values)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant