Skip to content

richardhoppes/Yarbles

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

DEPRECATED - No Longer Updated

##Requirements

PHP 5.3.0 (mainly for namespaces and type hinting)

##To Run Locally

###1. Modify your hosts file


Modify hosts file to include an entry for the framework. Your development url can be whatever you choose.

Example:

127.0.0.1 webdev.yarbles.richardhoppes.com

###2. Change base_url property


Change base_url under the [development] section in config/AppConfig.ini to match your host entry

Example:

base_url=http://webdev.yarbles.richardhoppes.com

###3. Create an apache vhosts entry


<VirtualHost *:80>

DocumentRoot /path/to/project

ServerName webdev.yarbles.richardhoppes.com

</VirtualHost>

###4. Start Apache and test it!


Once Apache is running, go to http://your-base-url in your browser.

By default, going to the root url shoudl run the main method in the hearbeat controller. If it is working, you should see something like:

{"status":"OK","application":"Test App","application_version":"1.0.0.final","framework":"Yarbles","framework_version":"2.0.0.beta"}

About

[DEPRECATED] Yarbles PHP Framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published