Sha256: 1746f7b03706f491c19b9545534a3eaa49c51f74b25740e4fac01d9b03215775

Contents?: true

Size: 962 Bytes

Versions: 1

Compression:

Stored size: 962 Bytes

Contents

# Mindapp

gem to generate ror app from mind map

## Warning

* under heavy development, not ready yet

## Convention

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

## Installation

Add this line to your application's Gemfile:

    gem 'mindapp'

And then execute:

    $ bundle

Then generate and seed, which will create initial user admin:secret

    $ rails generate mindapp:install
    $ rake db:seed

Your app is now ready at http://localhost:3000/. When make changes to app/mindapp/index.mm, run

    $ rake mindapp:update

## Usage

TODO: Write usage instructions here

## Contributing

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
mindapp-0.0.2 README.md