ActiDoo / gamification-engine

gamification-engine (gengine) is a framework for developing gamification features for your application
MIT License
435 stars 108 forks source link

Add further deployment methods #12

Closed feldi-online closed 3 years ago

feldi-online commented 8 years ago

For an even easier start with the gamification engine, we want to support further deployment methods for frequently used environments (next to dokku/heroku).

At the moment, I am thinking about Microsoft Azure, Docker (without dokku) and perhaps vagrant. Are there any other environments we should consider at the moment?

romdim commented 8 years ago

Docker would be really nice to have!

msander commented 7 years ago

@feldi88 Do you think it's good to have this in this repository or create another one for each deployment configuration?

For future versions we have to work on the update mechanism, to provide automatic migrations that can be executed when e.g. docker containers are updated. I'll open another ticket for that.

feldi-online commented 7 years ago

Now we support the one-click deploy to Heroku. You can deploy your personal demo on Heroku with a button (free Heroku account required).

You find the button in the buildpack repository in the develop branch https://github.com/ActiDoo/gamification-engine-dokku/tree/develop

Alternatively, you can click on the following button: Deploy

feldi-online commented 6 years ago
proton1k commented 6 years ago

@feldi-online So did you have any progress with Docker-only (w/o Dokku PaaS)?

msander commented 3 years ago

Docker/Docker-compose is available in develop. For further options, we are accepting pull requests.