Sha256: 6ca72f94bda1124666525e70a52ab8e97f36133b64769ad5f6d663f36f84dfd0

Contents?: true

Size: 769 Bytes

Versions: 1

Compression:

Stored size: 769 Bytes

Contents

%div(style="text-align:center")
  = image_tag "logo_mindapp.png"

%h2 Requirements
%ul
  %li Rails 3.2
  %li Rubygems 1.8

%h2 Installation
%ul
  %li gem 'mindapp', may need to uncomment therubyracer
  %li bundle
  %li rails generate mindapp:install
  %li rake db:seed, will create initial user admin:secret
  %li when update app/mindapp/index.mm, run rake mindapp:update

%h2 Convention
%ul
  %li database is MongoDB
  %li images stored in or Cloudinary (default) unset IMAGE_LOCATION in initializer/mindapp.rb to use file system
  %li mail use Gmail SMTP
  %li authentication use omniauth-identity

%h2 Analyst - the Freemind guy
%ul
  %li when delete model, must run rake destroy model

%h2 UI - the designer
%ul
  %li

%h2 Business Logic - the programmer
%ul
  %li

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
mindapp-0.0.3 lib/generators/mindapp/templates/app/views/mindapp/index.html.haml