I also had to create our very own ruby 1.9.3 base container as it is no longer supported
A few things:
I commented out heroku needed gems as I don't know if they're longer valid as we only need pg for that. Let me know if they're needed and will avoid installing them in the images
No CI yet, very minimal Makefile. When I have a clearer vision of how the installation workflow will work, I will add it.
Most likely we should run pageonex under a proper server. I only have experience with Unicorn, but I didn't want to use it just for that reason. Please advise and I will add it.
I've added a docker-compose yaml file to run it locally. I've also uploaded pageonex/pageonex:523e881 image in case you want to test it.
I've added configuration to database.yml through env variables
I also had to create our very own ruby 1.9.3 base container as it is no longer supported
A few things:
Makefile
. When I have a clearer vision of how the installation workflow will work, I will add it.pageonex/pageonex:523e881
image in case you want to test it.database.yml
through env variablescc @rahulbot , @xuanxu