Skip to content

A multiple development environment module that allows you to run your CodeIgniter (CI) install across multiple environments without the need to modify configurations each time you want to test.

Notifications You must be signed in to change notification settings

jedkirby/ci-multi-environments

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 

Repository files navigation

CodeIgniter Multiple Development Environments

This multiple development environments module allows you to run your CodeIgniter (CI) install across multiple environments without the need to modify configurations each time you want to test. Built by @jedkirby.

The multiple environment modules works buy giving you an option to use prefixed or suffixed urls to determine the environment [System and Application] settings to be used. That enables you to have an unlimited amount of configurations depending on your situation.

Basic Usage

This file will enable you to use multiple domain names for different environments, e.g. local / staging / live. You're able to choose between using prefixed or suffixed urls, e.g:

  • local.site.com / site.local
  • stage.site.com / site.stage

Support

CodeIgniter version 2.1.3

Help

For more information and my reasoning behind developing this module, please visit http://jedkirby.com

License

Licensed under the MIT license.

Copyright (c) 2011-2012 James Kirby, http://jedkirby.com

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Changelog

v0.1 (2012-11-09) Release

v0.2 (2012-11-13) Optimization

About

A multiple development environment module that allows you to run your CodeIgniter (CI) install across multiple environments without the need to modify configurations each time you want to test.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages