Updated readme with Rails 3.1
This commit is contained in:
parent
4b81c686b2
commit
743bcb3b93
9
README
9
README
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
Made by Espen Antonsen.
|
Made by Espen Antonsen.
|
||||||
|
|
||||||
Version 1.2.1 for Rails3. See the rails2 branch for previous version.
|
Version 1.2.2 for Rails 3.1. See the rails2 branch for previous version.
|
||||||
|
|
||||||
http://balderapp.com
|
http://balderapp.com
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@ http://balderapp.com
|
||||||
|
|
||||||
== Requirements
|
== Requirements
|
||||||
|
|
||||||
Rails 3.0
|
Rails 3.1
|
||||||
|
|
||||||
Software
|
Software
|
||||||
Default:
|
Default:
|
||||||
|
@ -58,7 +58,7 @@ http://blog.inspired.no/rails-photo-gallery-balder-on-heroku-and-s3-726
|
||||||
GitHub: git clone git://github.com/espen/balder.git
|
GitHub: git clone git://github.com/espen/balder.git
|
||||||
2. Install required software listed above
|
2. Install required software listed above
|
||||||
3. 'bundle install' to install required gems.
|
3. 'bundle install' to install required gems.
|
||||||
4. Adjust the settings in balder.rb (See configuration above)
|
4. Adjust the settings in balder.rb or as Heroku config variables (See configuration above)
|
||||||
5. Copy database file (not needed when hosting on Heroku):
|
5. Copy database file (not needed when hosting on Heroku):
|
||||||
cp config/database.example.yml config/database.yml
|
cp config/database.example.yml config/database.yml
|
||||||
6. Create database user and edit database file. (unless on Heroku or using SQLite3)
|
6. Create database user and edit database file. (unless on Heroku or using SQLite3)
|
||||||
|
@ -85,6 +85,9 @@ Every time you manually add photos to disk you must scan by visiting /photos/sca
|
||||||
|
|
||||||
== Version history
|
== Version history
|
||||||
|
|
||||||
|
1.2.2
|
||||||
|
- Rails 3.1
|
||||||
|
|
||||||
1.2.1
|
1.2.1
|
||||||
- Using plupupload instead of uploadify for non-flash upload options. Can now use html5, normal form, silverlight, gears and browserplus for photo upload.
|
- Using plupupload instead of uploadify for non-flash upload options. Can now use html5, normal form, silverlight, gears and browserplus for photo upload.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue