Commit Graph

25 Commits

Author SHA1 Message Date
Justin Taylor
af9e1f0cfb
Note -h can support ip addresses
If you don't have a domain/subdomain pointing to your server yet, you can use the servers external ip address.
2018-03-01 10:51:27 +00:00
CharleyPeng1
6c0ebaa563
Update README.md 2017-11-07 15:49:54 +11:00
Stefan Verhoeven
f0750b3283 English 2017-07-02 09:02:33 +02:00
Stefan Verhoeven
d49e28a3a8 Warn would be builders for possible troubles 2017-07-01 21:54:46 +02:00
Stefan Verhoeven
79264da25c Added section how to persist data in README 2017-07-01 21:49:15 +02:00
Stefan Verhoeven
2d8286c5df Able to fill internal geocoder tables, but get 'too many source rows' error during georeference analysis of countries. 2017-04-13 23:54:00 +02:00
Stefan Verhoeven
723dc41d65 Merge branch 'master' into geocoder2 2017-04-13 21:16:48 +02:00
Stefan Verhoeven
bc71a1bf83 Use -h to specify hostname + disabled hubspot + fix missing locales from upstream 2017-04-13 21:14:05 +02:00
Stefan Verhoeven
d6832a177f Further progress configuring geocoder.
Now brower error:
```
error: cdb_dataservices_client._cdb_service_quota_info(2): [cartodb_dev_user_5357a703-8b69-48d4-b114-122e9498aca7_db] REMOTE ERROR: spiexceptions.ExternalRoutineException: cartodb_services.metrics.config.ConfigException: Here maps configuration missing↵    at Connection.parseE (/CartoDB-SQL-API/node_modules/cartodb-psql/node_modules/pg/lib/connection.js:560:11)↵    at Connection.parseMessage (/CartoDB-SQL-API/node_modules/cartodb-psql/node_modules/pg/lib/connection.js:383:17)↵    at Socket.<anonymous> (/CartoDB-SQL-API/node_modules/cartodb-psql/node_modules/pg/lib/connection.js:119:22)↵    at Socket.emit (events.js:95:17)↵    at Socket.<anonymous> (_stream_readable.js:765:14)↵    at Socket.emit (events.js:92:17)↵    at emitReadable_ (_stream_readable.js:427:10)↵    at emitReadable (_stream_readable.js:423:5)↵    at readableAddChunk (_stream_readable.js:166:9)↵    at Socket.Readable.push (_stream_readable.js:128:10)↵    at TCP.onread (net.js:529:21)"
Name

```
When map without geometry is opened.
2017-04-06 22:24:10 +02:00
Stefan Verhoeven
76d9aab0f6 Allow different hostname to be set 2017-04-06 20:02:07 +02:00
Stefan Verhoeven
13387377c9 Make host resolve more precise 2017-04-04 22:10:47 +02:00
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
d6338d0f17 Windows also called hosts 2016-09-29 15:59:15 +02:00
Stefan Verhoeven
c989e8a74a Better NGINX + hostname docs 2016-09-27 17:49:53 +02:00
Stefan Verhoeven
f7ce76d761 Replace imagelayers badge with microbadger 2016-08-02 12:00:15 +02:00
Stefan Verhoeven
b44888d470 Added badge + use same name for docker image as on docker hub. 2016-03-25 21:22:02 +01:00
Stefan Verhoeven
f149258b8a Prepare for automated build.
Moved config files down.
2015-07-24 12:24:28 +02:00
Stefan Verhoeven
b71f0ea0d7 Switched to subdomainless urls.
- Allow avatar to be uploaded to local fs.
- Renamed star avatar
- Allow uploads up to 100Mb file size
2015-07-08 16:48:20 +02:00
Stefan Verhoeven
d7ab8b6dac Put cartodb db services behind nginx.
Updated configs to master branch of Cartodb repos.
2015-05-16 13:01:49 +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
20f33da447 Improved docs. 2015-02-13 15:01:19 +01:00
Stefan Verhoeven
5210a06218 Expose sql api and tile webservice. 2015-02-13 14:50:03 +01:00
Stefan Verhoeven
40b37d6e6d Host in subdomain. Fixes WARNING: Can't verify CSRF token authenticity error. 2015-02-13 14:45:42 +01: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
fleu42
b5854192fe Initial commit 2014-11-14 10:59:55 +01:00