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

Allow native Docker deployment via Docker Compose/Docker Stack #253

Open
4 tasks
michiels opened this issue Nov 19, 2018 · 2 comments
Open
4 tasks

Allow native Docker deployment via Docker Compose/Docker Stack #253

michiels opened this issue Nov 19, 2018 · 2 comments

Comments

@michiels
Copy link
Member

michiels commented Nov 19, 2018

We would like to have deployment done via a regular Docker package and docker-compose. This will make deploying and updating Intercity very easy. We currently have the awesome CLI installer made by @jvanbaarsen. But there are lots of moving parts in maintaining that. Migrating to a native Docker package would simplify things.

@ariejan already did some amazing work in #242

Todo

@michiels michiels added this to To do in Current Focus via automation Nov 19, 2018
@michiels michiels moved this from To do to In progress in Current Focus Apr 28, 2019
@michiels
Copy link
Member Author

michiels commented Apr 28, 2019

This feature has been functionally implemented as first go via #265. It works well and is easily performed by running two shell commands on a server:

$ wget https://raw.githubusercontent.com/intercity/intercity-next/master/scripts/bootstrap.sh
$ bash bootstrap.sh

Now that this works, it can be tested and we can devise an upgrade path for current Intercity users that use the old installation command-line tool. Most importantly is being able to migrate or load the postgres files into the new Docker volume that is used.

Besides that, updating the repository README and installation docs should be done!

@michiels
Copy link
Member Author

Initial new installation method is merged via: #265

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Current Focus
  
In progress
Development

No branches or pull requests

1 participant