Sha256: 8933a4bdd07fd201f773c707830c197896f1bc74a74cf7f72c303bf4437d9dca

Contents?: true

Size: 943 Bytes

Versions: 3

Compression:

Stored size: 943 Bytes

Contents

# <%= app_name.humanize %>

## Getting Started

After you have cloned this repo, run this setup script to set up your machine
with the necessary dependencies to run and test this app:

    % ./bin/setup

It assumes you have a machine equipped with Ruby, Postgres or MySQL, Node, Qt and ImageMagick.

To install Ruby, read the [rbenv guide](https://github.com/rbenv/rbenv#installation)
or the [rvm guide](https://rvm.io/rvm/install).

To install Postgres:

    $ brew install postgresql
    
To install MySQL:
    
    $ brew tap homebrew/versions
    $ brew install mysql55
    $ brew link --force mysql55
    
To install Node:

    $ brew install node
    
To install Qt:

    $ brew install qt5
    $ brew link --force qt5
    
To install ImageMagick:

    $ brew install imagemagick

After setting up, you can run the application using [Heroku Local]:

    % heroku local

[Heroku Local]: https://devcenter.heroku.com/articles/heroku-local

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
welaika-suspenders-2.26.0 templates/README.md.erb
welaika-suspenders-2.25.0 templates/README.md.erb
welaika-suspenders-2.24.0 templates/README.md.erb