You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Go to file
Fernando Blat 94cbf206bf
Ignored bin/ folder generated by bundle --binstubs
13 years ago
app Commented to V2 13 years ago
config Paginating SQL queries API method (but not writing in the documentation about it, those parameters are only for private usage) 13 years ago
db Some tests about CSV 13 years ago
doc Deactivated $queries_log Redis database 13 years ago
lib Better error message when a query is performed against a non existing table 13 years ago
misc Fixing issues related to table enconding 14 years ago
public console sql bugs solved and almost finished 13 years ago
script Adds resque gem and first mailer jobs 14 years ago
spec Some tests about CSV 13 years ago
tmp Add tmp folder to the repo and fix wrong javascript filenames in asset_packages 14 years ago
vendor/plugins Activating SSL 14 years ago
.gitignore Ignored bin/ folder generated by bundle --binstubs 13 years ago
.rvmrc .rvmrc 14 years ago
Capfile Add capistrano deploy scripts and staging database configuration params 14 years ago
Gemfile Fixed rails_warden version 14 years ago
Gemfile.lock Bugfix: detect better the geometry type of a shapefile 14 years ago
README Fixed Chardet url 13 years ago
Rakefile Fix 14 years ago
config.ru Moving from ProtoCartodb to CartoDB 14 years ago
deploy_production.sh Adds deploy_production.sh script and comments deploy_staging.sh 14 years ago
deploy_staging.sh Adds deploy_production.sh script and comments deploy_staging.sh 14 years ago

README

# CartoDB


## Dependencies

To install and run CartoDB there are a few dependencies that have to be installed in order to make CartoDB run properly:

### Redis

Install Redis, from <http://redis.io/download>

### Python

Python setup tools:

$ sudo apt-get install python-setuptools

Python GDAL:

$ sudo apt-get install python-gdal

Python Chardet:

install from http://chardet.feedparser.org/download/

Python ArgParse:

install from http://code.google.com/p/argparse/

Brewery:

$ git clone git://github.com/Stiivi/brewery.git
$ python setup.py install