devops

boycott 2015-12-15T19:50:22.000025Z

I’m just trying out openshift http://openshift.redhat.com - Looks interesting and if you follow the instructions from immutant’s feature demo, you can get up and running really quickly https://github.com/immutant/feature-demo. Openshift is based on docker I believe so will investigate further...

jaen 2015-12-15T19:58:26.000027Z

I've used openshift with immutant and Wildfly, worked pretty nice. Have to move to something else because it only supports Postgres 9.2 and I needed 9.4 for JSONB operators.

jaen 2015-12-15T19:59:01.000028Z

I'm not 100% sure if openshift is based on docker, but even if it's an implementation detail, it has heroku-like buildpacks.

boycott 2015-12-15T20:10:33.000029Z

should be a nice example to see if I can get the whole ‘container’ principle anyway

jaen 2015-12-15T20:13:34.000030Z

I don't have an example of that, but it's easy - you basically build war with immutant plugin for boot or lein and follow this - https://developers.openshift.com/en/wildfly-deployment-options.html#_deploying_your_war_and_ear_files_using_git

jaen 2015-12-15T20:13:50.000033Z

You just shove the war into the git repo for wildfly cartridge

jaen 2015-12-15T20:13:52.000034Z

And that's it.

boycott 2015-12-15T20:32:56.000035Z

I feel my bash skills are going to become less necessary with all this.

boycott 2015-12-15T20:43:06.000036Z

though immediately as you say, the lack of up-to-date containers for postgres, node and probably other apps means that you will always end up using a custom container anyway

jaen 2015-12-15T20:44:04.000037Z

Quite possibly

jaen 2015-12-15T20:44:36.000038Z

I moved from openshift because I couldn't figure out how to make a cartridge for Postgresql 9.4 fast enough.

jaen 2015-12-15T20:45:12.000039Z

It's probably not rocket science, but not immediately obvious either.

jaen 2015-12-15T20:45:48.000040Z

So we just got a free credit DigitalOcean VPS and set up the server by hand instead.

boycott 2015-12-15T20:53:22.000041Z

how do you find digitalocean? Been wondering about giving them a try? I have been using rackspace for about 3 years, who are great and have fantastic support but 3 times the price

jaen 2015-12-15T20:53:52.000042Z

If you need just a VPS it's pretty ok.

jaen 2015-12-15T20:55:49.000043Z

Linode is probably more cost effective (ie. you usually get a bit more resources for the same price) though, but it didn't have the free student credit thing.