forked from jejacks0n/mercury
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathPOST_INSTALL
21 lines (13 loc) · 804 Bytes
/
POST_INSTALL
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
+============================================================================+
Congratulations, Mercury was successfully installed in your app. Documentation
and other useful info can be found at: https://github.com/jejacks0n/mercury
Here's a post install checklist:
* Adjust your application.js & css files to not `require_tree .`
* Learn about, and change configurations in app/assets/javascripts/mercury.js.
* If installed, you can make changes to the provided layout and css files too.
* If you want image processing and uploading (using paperclip by default):
rails g mercury:install:images (use --orm=mongoid for MongoDB)
bundle
rake db:migrate (if using ActiveRecord)
* For a basic example of authentication for Mercury, install the example:
rails g mercury:install:authentication