Skip to content
This repository has been archived by the owner on Feb 23, 2023. It is now read-only.

mhcrocky/Isaiah

Repository files navigation

Isaiah Explained

Platform

isaiahexplained.com is a MySQL and PHP/JQuery driven website using the Laravel 4.2.x MVC framework and the mustache template engine. Site development uses a git flow loosely following the nvie branching strategy guide.

The site source contains git hooks for BitBucket. When pushing commits to the development branch, the dev site should be updated automatically. When the development branch is merged into the master branch, the www site should be updated automatically. Configuration on both servers is required to support this, and is beyond the scope of this readme.

The www production site is currently hosted on a BlueHost server, which significantly impacts its performance. To alleviate performance deficiencies, the flatten library is used to flatten PHP pages into flat html. The dev is currently hosted on a DigitalOcean website, along with some store files.