Sha256: 8b6b087347179745985eab24d040acd84bfca0be192978680034448df399e125

Contents?: true

Size: 959 Bytes

Versions: 8

Compression:

Stored size: 959 Bytes

Contents

# <%= app_name.humanize %>

## Local setup, make sure that these librairies are installed with:

```console
brew install autoconf gdbm libpng ossp-uuid autoenv gettext libtool pcre readline automake git libyaml redis 
```

```console
brew install brew-cask glib mcrypt icu4c sqlite imagemagick mhash ssh-copy-id jpeg unixodbc lftp node
```

```console
brew install pkg-config wget freetype libffi openssl postgresql zlib
```

### Install Ruby with Rbenv and Ruby-build (with the git clone way)

### Install Bundler and run an install

### Create a PostgresSQL user 'postgres' with 'postgres' password if not already done, then run:

```console
rake db:drop db:create db:migrate db:data:load
```

or

```console
rake db:reborn
```

and then, you're good to go by launching your runner/debugger in Rubymine or by running `rails s` and accessing localhost:3000

<% if options.solidus? -%>
## Default Admin User Credentials

admin@example.com

test123
<% end -%>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
o2webappizer-0.1.12 templates/README.md.tt
o2webappizer-0.1.11 templates/README.md.tt
o2webappizer-0.1.10 templates/README.md.tt
o2webappizer-0.1.9 templates/README.md.tt
o2webappizer-0.1.8 templates/README.md.tt
o2webappizer-0.1.7 templates/README.md.tt
o2webappizer-0.1.6 templates/README.md.tt
o2webappizer-0.1.5 templates/README.md.tt