Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/felixge/raleigh-workshop-08
Code repository for the Raleigh, NC CakePHP workshop
https://github.com/felixge/raleigh-workshop-08
Last synced: about 2 months ago
JSON representation
Code repository for the Raleigh, NC CakePHP workshop
- Host: GitHub
- URL: https://github.com/felixge/raleigh-workshop-08
- Owner: felixge
- Created: 2008-07-24T17:29:09.000Z (over 16 years ago)
- Default Branch: master
- Last Pushed: 2008-09-07T19:00:34.000Z (over 16 years ago)
- Last Synced: 2024-10-11T15:18:54.562Z (2 months ago)
- Language: PHP
- Homepage:
- Size: 10.8 MB
- Stars: 12
- Watchers: 7
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.textile
Awesome Lists containing this project
README
Howdy folks, lets get ready for the workshop!
h1. Setting up the application
h2. Requirements
# You need to have apache / mysql / php5 running locally
# You should have git installed (if not you won't be able to see updates as they come in)
# Install git on your computer
** Windows: "Instructions":http://github.com/guides/using-git-and-github-for-the-windows-for-newbies
** Mac: "Download & Install":http://code.google.com/p/git-osx-installer/
** Linux: Install git using the package manager of your distributionh2. Getting the code
*Using git:*
# Navigate to your http docs folder in your terminal
# Rungit clone git://github.com/felixge/raleigh-workshop-08.git workshop
# You should now have a folder called workshop downloaded onto your computer. The CakePHP application itself is in the sub folder "application".*No git:*
# Go to https://github.com/felixge/raleigh-workshop-08/tree/master
# Download the contents of the "application" folderh2. Running the application
# Make a copy of app/config/core.php.default in app/config/core.php
# Make a copy of app/config/database.php.default in app/config/database.php
# Create a new local mysql database called "workshop" (or similar)
# Import the app/config/sql/2008-08-06.sql file (or a newer version) into the workshop database
# Open app/config/database.php and set up your default connection settings to make it connect to the workshop db
# Point your browser to http://localhost/workshop/application/
# If everything worked you should see the application runningh1. Problems?
# If you have problems, get a hold of one of the presenters in the 2nd room - they'll be happy to help you
# Otherwise simply browse the code on github and play with the life version on http://workshops.debuggable.com/raleigh-08/application/