LikeMyCat - recreated with Laravel 4
GitHub Repository for LikeMyCat site. The master branch is deployed to our production VM nightly.
First, see the excellent documentation for a Laravel 4 starter site here.
Our personal workflow:
- git clone [this repository]
- Create app/config/production (or app/config/(local|staging|production)
- Copy app/config/database.php to app/config/production and make suitable edits
- from root likemycat_laravel directory: php artisan migrate
- php artisan db:seed
- ./deploy.sh (change chown :www-data ... piece if needed)
- After configuring webserver config appropriately, login as 'admin@admin.com'. Note that image display won't really work correctly until at least 2 image uploads are made.
More info about LikeMyCat here if interested.