Checkbook icon indicating copy to clipboard operation
Checkbook copied to clipboard

Source codes, data, and instructions for Checkbook

Results 30 Checkbook issues
Sort by recently updated
recently updated
newest added

I haven't been able to get the full package installed & deployed locally, but I tripped up on some of the data files in `source/database/ETL/CREATE_NEW_DATABASE`. 1. What is the role...

The current [SOLR-INSTALL.md](/NYCComptroller/Checkbook/blob/master/SOLR-INSTALL.md) file documents installing Tomcat to run as root. This is not ideal. However, it's not simply a matter of changing that one part in the documentation --...

enhancement

Right now, Tomcat and Solr are distributed with Checkbook in essentially binary form (compiled Java JAR files). This is because it is faster for developers who are less experienced with...

enhancement

INSTALL.md says: ``` - Adjust location of reference data text files. This directory is used to write reference data files. //Reference data outputDirectory $conf['check_book']['ref_data_dir'] = 'refdata'; ``` What does this...

Search for "Make sure to create the directory" in INSTALL.md. It currently appears in at least three places: ``` Make sure to create the directory `sites/default/files/exportdata` Make sure to create...

Regarding step 3 in SOLR-INSTALL.md: ``` "3. Ensure that Solr will be able to connect to the PostgreSQL DB." ``` see the note there: this step is not about Solr...

The `source/webapp/sites/default/default.settings.php` file has a number of vendor-specific assumptions written into it, in the section at the end following this line: ``` //****************CheckBook Project Settings******* ``` For example: ``` http://192.168.3.24:8088/solr-checkbook/...

The SQL-format demo data supplied in data/checkbook_demo_database_for_postgres_db_20130524.zip assumes that the DB user is "postgres". Currently this matches the example user given in the INSTALL.md file, but having a dependency on...

Setting this app up (again) in preparation for getting together tomorrow and noticed that if you attempt to download Highcharts from the URL provided in INSTALL.md it returns a 404....