GoogleCloudPlatform/CodeIgniter

Name: CodeIgniter

Owner: Google Cloud Platform

Description: Open Source PHP Framework for GAE (originally from EllisLab)

Created: 2015-04-26 16:22:22.0

Updated: 2018-04-09 18:51:40.0

Pushed: 2015-05-07 00:15:34.0

Homepage: http://codeigniter.com/

Size: 40085

Language: HTML

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

CodeIgniter for Google App Engine

This repository contains a modified CodeIgniter framework and a starter app for Google App Engine.

Installation
  1. Clone the repository with

    git clone https://github.com/GoogleCloudPlatform/CodeIgniter.git
    
  2. Follow the PHP Tutorial if you have never used App Engine before.

  3. Create a CloudSQL instance based on these instructions. Also create a database for storing CodeIgniter models.

  4. Replace <project-id>, <instance-id> and <database-name> in app.yaml with the corresponding value for your Google Cloud project and ClouSQL instance.

  5. Install composer if you haven't done so previously. Run the following command from your project root to install all required dependencies

    php composer.phar install
    
  6. Deploy your app

  7. Access your app using http://your_app_id.appspot.com and you should see CodeIgniter's default welcome page.

Contributing

Have a patch that will benefit this project? Awesome! Follow these steps to have it accepted.

  1. Please sign our Contributor License Agreement.
  2. Fork this Git repository and make your changes.
  3. Create a Pull Request
  4. Incorporate review feedback to your changes.
  5. Accepted!
License

All files in this repository are under the MIT License unless noted otherwise.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.