Updated readme with Rails 3.1

master
Espen Antonsen 2012-01-10 21:32:33 +01:00
parent 4b81c686b2
commit 743bcb3b93
1 changed files with 6 additions and 3 deletions

9
README
View File

@ -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.