From f4d7d3fa0de5f920ef8500d8db4733a169e31b1c Mon Sep 17 00:00:00 2001 From: Mike Dillon Date: Sun, 3 May 2015 21:35:39 -0700 Subject: [PATCH] Link to current home page for CodeIgniter --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 48c5b4ac..e4dc0fb8 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ The options for [component] are: `all`, `datajson`, `datapage`, `digitalstrategy Installation ----- -This is a CodeIgniter 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. @@ -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 \ No newline at end of file +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