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

Live demo? #20

Open
nuest opened this issue Jun 15, 2016 · 4 comments
Open

Live demo? #20

nuest opened this issue Jun 15, 2016 · 4 comments
Assignees
Labels

Comments

@nuest
Copy link

nuest commented Jun 15, 2016

Is the new website design running on a public server? That would be great :-).

Please add a link to the README if so.

@nuest nuest added the question label Jun 15, 2016
@matthesrieke
Copy link
Member

Currently only on your own machine :-)

git clone https://github.com/enviroCar/enviroCar-website-ng
cd enviroCar-website-ng
npm install
gulp serve

Login with your normal enviroCar credentials!

@nuest
Copy link
Author

nuest commented Jun 20, 2016

Sure... I get the following warnings that are probably easy to fix:

npm WARN deprecated [email protected]: Please use gulp-htmlmin
npm WARN deprecated [email protected]: lodash@<3.0.0 is no longer maintained. Upgrade to lodash@^4.0.0.
npm WARN deprecated [email protected]: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated [email protected]: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated [email protected]: lodash@<3.0.0 is no longer maintained. Upgrade to lodash@^4.0.0.
npm WARN deprecated [email protected]: graceful-fs v3.0.0 and before will fail on node releases >= v7.0. Please update to graceful-fs@^4.0.0 as soon as possible. Use 'npm ls graceful-fs' to find it in the tree.
npm WARN deprecated [email protected]: graceful-fs v3.0.0 and before will fail on node releases >= v7.0. Please update to graceful-fs@^4.0.0 as soon as possible. Use 'npm ls graceful-fs' to find it in the tree.
npm WARN deprecated [email protected]: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated [email protected]: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated [email protected]: use [cross-spawn](https://github.com/IndigoUnited/node-cross-spawn) or [cross-spawn-async](https://github.com/IndigoUnited/node-cross-spawn-async) instead.
npm WARN deprecated [email protected]: graceful-fs v3.0.0 and before will fail on node releases >= v7.0. Please update to graceful-fs@^4.0.0 as soon as possible. Use 'npm ls graceful-fs' to find it in the tree.

And then this question:

Unable to find a suitable version for angular, please choose one:
    1) angular#1.2.x which resolved to 1.2.29 and is required by angular-img-http-src#0.1.0
    2) angular#1.5.7 which resolved to 1.5.7 and is required by angular-animate#1.5.7, angular-aria#1.5.7, angular-cookies#1.5.7, angular-messages#1.5.7, angular-mocks#1.5.7, angular-sanitize#1.5.7, angular-touch#1.5.7
    3) angular#^1.2.9 which resolved to 1.5.7 and is required by angular-loading-bar#0.9.0
    4) angular#1.x which resolved to 1.5.7 and is required by angular-leaflet-directive#0.10.0
    5) angular#^1.3.15 which resolved to 1.5.7 and is required by angular-timeline#1.6.2
    6) angular#^1.0.8 which resolved to 1.5.7 and is required by angular-ui-router#0.2.18
    7) angular#^1.5.0 which resolved to 1.5.7 and is required by enviroCar-website
    8) angular#^1.4.8 which resolved to 1.5.7 and is required by angular-material#1.0.9
    9) angular#>=1.2.26 <1.6 which resolved to 1.5.7 and is required by angular-translate#2.11.0
    10) angular#>=1.1.4 which resolved to 1.5.7 and is required by angular-utils-pagination#0.11.1
    11) angular#>=1.2.0 which resolved to 1.5.7 and is required by ngInfiniteScroll#1.2.1
    12) angular#^1.x which resolved to 1.5.7 and is required by angular-nvd3#1.0.0-rc.2

What's the correct answer?

@nuest
Copy link
Author

nuest commented Jun 22, 2016

I chose 2, and it wored. Still recommend to fix that in the dependency list.

The dashboard looks really nice! Looking forward to more changes.

I added a Dockerfile that makes it easy for people to try this out (if they know how to run Docker) in my repo: nuest@6785645

Instructions are in the README file.

@naveenjafer
Copy link
Contributor

naveenjafer commented Jun 22, 2016

@nuest You can try the latest dashboard. :) Quite a few internal changes have been made in the past week. My apologies for the delayed reply. Missed this in my notification. Thank you for the docker file :) Will update it in this main repo.

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

No branches or pull requests

3 participants