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

Install emission no image #13

Merged
merged 2 commits into from
Nov 3, 2020

Conversation

shankari
Copy link
Contributor

@shankari shankari commented Nov 3, 2020

No description provided.

- Retrieve the most recent ubuntu image
- Ensure that we install curl and git
- Run the `source setup` command using bash so that everything is installed in the image
- Remove the node installation since:
    - it doesn't work with the most recent ubuntu
    - with microservices, we don't really want to lump the webapp and the REST
      API together in one service (so this is really part of the long-awaited
      server modularization)
    - copy in a static index.html to display instead
- Put everything into e-mission-server instead of /usr/src/app (at least for
  now) to be consistent with the dev image
- Run the activate script instead of activating only the environment

Testing done:
- created a docker image with the modifications
- ran it and ensured that I could see the new index.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant