If Only I Knew That!

Webby things that could save you time

Archive for the ‘production’ tag

New site built on Codeigniter

without comments

Healthy Life Awards

Not really a webby thing that could save you time but yesterday we finished a 2 phase build.

Phase 1: A user backend as such, consisting of a 7 part entry form including ajax image cropping, lots of custom validation and conditional form elements.

Phase 2: The frontend, uses Infinite scroll to create a single page of user profiles, there is also a ajax rating system.

Codeigniter allowed use to build the site in 6 weeks, with 3 solid weeks dev on the forms. All the JS is jQuery based.

Check it out for yourself healthy life awards

Written by daveganley

August 7th, 2009 at 9:13 am

Posted in Codeigniter

Tagged with ,

Setting up Codeigniter

with 6 comments

After setting up several codeigniter based sites with dev/staging/production environments, I thought I’d write up the steps I undertake.

A overview of the steps are:

  1. Download CI and upload to hosting environment
  2. Rename ‘system’ directory
  3. Move ‘application’ directory to public accessible directory
  4. Upload and modify index.php
  5. Add .htaccess to remove index.php from URL’s
  6. Modify ‘config.php’ for domain and remove of index.php form URL’s
  7. Add ‘application.php’ specific config file
  8. Modify ‘database.php’ config for dev/staging/production
  9. Modify the autoload config for regularly used libraries, helpers and application config file

Click to continue reading “Setting up Codeigniter”

Written by daveganley

April 13th, 2009 at 1:00 pm

Posted in Codeigniter

Tagged with , , , ,

Powered by CDN Rewrites