docker-cartodb
docker-cartodb copied to clipboard
Dockerization for CartoDB
Got an error at step 36: cartodb-common-0.1.0 requires ruby version ~> 2.4, which is incompatible with the current version, ruby 2.2.3p173 The command '/bin/sh -c cd cartodb &&bundle install &&npm...
Hi Chris, Wondering if you've tested this with the Carto postgres connector and/or gotten that working with this? I wasn't able to get this Docker image built with the latest...
Step 32/59 : RUN gem install bundler &&gem install compass ---> Running in a0d6183eb7e3 ERROR: Error installing bundler: bundler requires Ruby version >= 2.3.0. The command '/bin/sh -c gem install...
@chriswhong Thanks for doing the initial efforts for getting everything working in a docker container. We have been looking for something like this for an year or so, so I...
@ziprandom I've seen that you have done the upgrade on your fork. Did it work for you? I'm having a problem that I can't upload any dataset. I've followed your...
Hi all, I'm trying to move away from cloning the master branches of al repos: `cartodb, cartodb-postgresql, Windshaft-cartodb, CartoDB-SQL-API` and start using some fixed tags so I can guarantee that...
Running on Ubuntu 16.04, the build freezes on the `npm install` of step 27. #SQL API RUN git clone git://github.com/CartoDB/CartoDB-SQL-API.git &&\ cd CartoDB-SQL-API &&\ git checkout master &&\ npm install...
Related to https://github.com/chriswhong/docker-cartodb/issues/27 and https://github.com/chriswhong/docker-cartodb/issues/9 The latest master of Windshaft-cartodb fails during building. I've been able to get a couple of other versions built, but with all of them I...
When i built off the Dockerfile in March 2017, I got a working version of builder and editor with the following cdn js versions: cartodb.js 3.15.10 cartodbui v4.6.25 Now when...
Building this image takes over an hour. I'm contemplating whether it would be good to make it a more generic build which could be `FROM`-able. Basically, the generic image could...