Sha256: 0d91e7911e094abd15e061135dd6f54f2b66ff501f109c63d28eeea7d7400b8a

Contents?: true

Size: 1.31 KB

Versions: 75

Compression:

Stored size: 1.31 KB

Contents

Bonethug Project Skeleton
=========================



Requirements
------------

-   Ruby 1.9.3 +

-   PHP 5.3 +

-   Linux / OSX

-   Apache

-   MySQL 5.5 +



Overview
--------

-  	Deployment, cron and backups handled with bonethug. see [https://github.com/azt3k/bonethug]

-   Ruby dependency management handled with bundler.



Set Up
------



### Pre-requisites



1.  If you are windows you'll need some better unix command support this helps:
    http://www.robvanderwoude.com/unixports.php

2.  Firstly you need an MAMP / LAMP / WAMP etc stack, ruby 1.9.3 and curl for
    composer, if you're on windows there's an installer for composer

3.  You need to have bundler and composer installed



**bundler**

`gem install bundler`



### Development - Setup



1.  clone the repo

2.  run:

`bundle install –path vendor –binstubs`

2.  create the db for the development environment

4.  configure config/database.yml

3.  run:

`bundle exec rake db:migrate`

`bundle exec rake db:seed`



### Development - 




### Deployment



This only works on \*nix based OSes



1.  Setup the project

`bundle exec bonethug setup {staging|production}`



1.  Deploy the project

`bundle exec bonethug deploy {staging|production}`




Version data entries

75 entries across 75 versions & 1 rubygems

Version Path
bonethug-0.0.78 skel/project_types/rails3/README.md
bonethug-0.0.77 skel/project_types/rails3/README.md
bonethug-0.0.76 skel/project_types/rails3/README.md
bonethug-0.0.75 skel/project_types/rails3/README.md
bonethug-0.0.73 skel/project_types/rails3/README.md
bonethug-0.0.72 skel/project_types/rails3/README.md
bonethug-0.0.71 skel/project_types/rails3/README.md
bonethug-0.0.70 skel/project_types/rails3/README.md
bonethug-0.0.69 skel/project_types/rails3/README.md
bonethug-0.0.68 skel/project_types/rails3/README.md
bonethug-0.0.67 skel/project_types/rails3/README.md
bonethug-0.0.66 skel/project_types/rails3/README.md
bonethug-0.0.63 skel/project_types/rails3/README.md
bonethug-0.0.62 skel/project_types/rails3/README.md
bonethug-0.0.61 skel/project_types/rails3/README.md
bonethug-0.0.60 skel/project_types/rails3/README.md
bonethug-0.0.59 skel/project_types/rails3/README.md
bonethug-0.0.55 skel/project_types/rails3/README.md
bonethug-0.0.54.17 skel/project_types/rails3/README.md
bonethug-0.0.54.16 skel/project_types/rails3/README.md