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

Deployment Problem #1

Closed
cfespinoza opened this issue Mar 4, 2015 · 2 comments
Closed

Deployment Problem #1

cfespinoza opened this issue Mar 4, 2015 · 2 comments

Comments

@cfespinoza
Copy link

Hey people, I've tried to deploy the project in local environment but I found some problems with the tutorial.

The first one is in file _.bowerrc_, it should look like this:

{
  "directory": "app/bower_components",
}
instead of:
{
  "directory": "bower_components"
}

Another problem that I found when I've tried to launch the service with instruction _npm start. It didn't launch the service. I had to add some code lines in file _package.json in scripts section. My local file looks like this:

"scripts": {
    "postinstall": "node node_modules/protractor/bin/webdriver-manager update; bower install",

    "prestart": "npm install",

    "start": "http-server -a 0.0.0.0 -p 8000",

    "pretest": "npm install",

    "test": "grunt test"
}
@atd
Copy link
Member

atd commented Mar 5, 2015

Hi @cfespinoza

I am afraid that our README is outdated 😁

Packages are not installed in app/bower_components but are compiled in production or directly served in development.

For launching the service, just run grunt serve

@atd
Copy link
Member

atd commented May 13, 2015

I am closing the issue.

Please, reopen if you find further problems

@atd atd closed this as completed May 13, 2015
krshubham pushed a commit to krshubham/teem that referenced this issue May 29, 2017
publish new email images
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

2 participants