Stefan Verhoeven
bbf2c54325
* Embed nginx inside Docker image so all services are reversed proxied behind port 80
...
* Use Varnish 3 from source tarball, newer and OS Varnish could not disable telnet authentication required by Carto
* Remove sources of varnish, gdal, /cartodb/.git when no longer needed in order to make image smaller
* Dropped Nokia and GMAP basemaps, they did not work
* Dropped schema trigger installation, it is no longer needed
* Configure Carto in Python and NodeJS
* Build assets
* Use self as asset_host, assets are hosted by nginx instead of rails
2017-04-03 22:55:12 +02:00
Stefan Verhoeven
dbbc2355c8
Tried to build Xenial, but throws error on login
2016-09-17 11:38:53 +02:00
Stefan Verhoeven
dca39908f5
Tried CARTO Builder, but disabled it again
2016-09-17 09:53:40 +02:00
Stefan Verhoeven
ffaeb4c843
Keyserver suggested by @snario did not work for me, changed it back to keys.gnupg.net
2016-07-11 09:48:02 +02:00
Liam Horne
d2c6fd8c29
Update Dockerfile so all build steps successfully run
2016-07-09 16:18:36 -04:00
Stefan Verhoeven
c533fd1e7b
Created a geocoder database.
...
Geocoder is not working at the moment.
2016-03-25 18:38:31 +01:00
Stefan Verhoeven
df6cc7076d
Added GDAL_DATA env var.
...
Uploading files failed due to org2ogr2 no able to find gdal data.
2016-03-25 18:36:59 +01:00
Stefan Verhoeven
a7c54f24eb
jwt 1.5.3 has been janked, bumping version to 1.5.4
2016-03-25 16:00:42 +01:00
Stefan Verhoeven
e751ee16a1
Added ogr2ogr2 + plproxy + nodejs v0.10.41 + cartodb geocoder api.
...
Run create_dev_user twice, if fails on google api key first time running seconds makes in complete successfully.
2016-02-07 21:59:26 +01:00
Stefan Verhoeven
f941e5f4be
Tune postgresql based on available memory.
2015-08-18 13:46:39 +02:00
Stefan Verhoeven
f149258b8a
Prepare for automated build.
...
Moved config files down.
2015-07-24 12:24:28 +02:00
Stefan Verhoeven
7bb64f62d8
Merge remote-tracking branch 'origin/fixlogin' into fixlogin
2015-05-12 08:11:18 +02:00
Stefan Verhoeven
2f80b45548
Add pango dep
2015-05-12 08:09:21 +02:00
Stefan Verhoeven
ac3cd5c3b2
Create an organization.
...
Organization can be used to share maps between members and because members uses same db an remote schema only has to be created once.
A remote schema is a schema from a remote database server which can be made accessable using foreign data wrapper.
2015-02-18 09:51:25 +01:00
Stefan Verhoeven
5210a06218
Expose sql api and tile webservice.
2015-02-13 14:50:03 +01:00
Stefan Verhoeven
cf6bc86c6c
Update cartodb-postgresql.
...
Do rvm install before cartodb specific steps, so rebuild is faster.
2015-02-13 14:41:12 +01:00
jrgcampuzano
4a89fba285
Pin postgresql-cartodb version to 0.5.1 to avoid errors
2015-01-04 21:26:00 -06:00
Noah Glusenkamp
ca0ff82f29
upgrade cartodb-postgresql version to 0.5.0
2014-12-02 14:30:46 -05:00
Noah Glusenkamp
f9c2bdab10
Pin postgresql-cartodb version to 0.4.1 to avoid errors
2014-11-26 23:22:50 +00:00
Dmitry Polushkin
44acf1474d
Use ruby 1.9.3 p547 to prevent debugger failure
...
In debugger-ruby_core_source 1.3.7 this was fixed https://github.com/cldwalker/debugger-ruby_core_source/pull/42 for ruby 1.9.3-p551
2014-11-16 12:31:15 +00:00
fleu
21cc7911c1
Populate docker-cartodb with required files.
...
Here I commit all the required files for a development cartodb container
to be successfully build and run with Docker.
2014-11-15 16:32:19 +01:00