-
Notifications
You must be signed in to change notification settings - Fork 8
[WIP] Feature/install script #18
Comments
Changing that to WIP again, I suggest:
|
Thinking about this, I think one use case is problematic : The "noob macOS user" that does not know what
In a nutshell, I believe that it's best to give our users a choice, depending on how familiar they are different technologies :
The idea of a single line tool is good, but if they are not developers, I believe that a Heroku deploy button Now, the production deployments are another story, but they'll happen in the cloud, where Side note, I think it's a good idea for the tool to be able to uninstall what it has installed as well. @mikbry WDYT |
From @mikbry on May 7, 2018 17:3 Ok the install script is here to check that docker compose is up and running and not too old. On Linux it could install Docker. On MacOS, it will display the link to install Docker. Deploy button is the next TODO, and we will use our solution ;-) |
It has been merged already. |
From @licarth on May 4, 2018 12:12
Please don't merge this before #3.
Single line script to run Opla locally with
docker
anddocker-compose
.docker
docker-compose
.docker
anddocker-compose
if missing.back
andfront
.Todo
docker-compose
updocker-compose
yaml v2 support.add OSX travis job and adapt script to make it green (fixWon't domktemp
and potential other issues)docker
anddocker-compose
job to test their installation by scriptManual testing
Enhancements
Copied from original issue: Opla/community-edition/pull/4
The text was updated successfully, but these errors were encountered: