Skip to content
This repository has been archived by the owner on Jul 5, 2023. It is now read-only.

Commit

Permalink
Link to current home page for CodeIgniter
Browse files Browse the repository at this point in the history
  • Loading branch information
md5 committed May 4, 2015
1 parent 93dd108 commit f4d7d3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -47,7 +47,7 @@ The options for [component] are: `all`, `datajson`, `datapage`, `digitalstrategy
Installation
-----

This is a <a href="http://ellislab.com/codeigniter">CodeIgniter</a> PHP application. Installation primarily consists of editing config files in `/application/config` and importing the database schema.
This is a [CodeIgniter](http://www.codeigniter.com/) PHP application. Installation primarily consists of editing config files in `/application/config` and importing the database schema.

1. Grab the code `git clone https://github.com/GSA/project-open-data-dashboard.git`
1. Copy `/sample.htaccess` to `/.htaccess`. You may need to adjust the configuration of your .htaccess file to match your environment.
Expand Down Expand Up @@ -84,4 +84,4 @@ Second, populate all the subagencies:

Limitations
-----
Currently this tool does not handle large files in a memory efficient way. If you are unable to utilize a high amount of memory and are at risk of timeouts, you should set the maximum file size that the application can handle so it will avoid large files and fail more gracefully. The maximum size of JSON files to parse can be set with the `max_remote_size` option in config.php
Currently this tool does not handle large files in a memory efficient way. If you are unable to utilize a high amount of memory and are at risk of timeouts, you should set the maximum file size that the application can handle so it will avoid large files and fail more gracefully. The maximum size of JSON files to parse can be set with the `max_remote_size` option in config.php

0 comments on commit f4d7d3f

Please sign in to comment.