From a36868bc86470524063b43fe9c5e821c87c20b02 Mon Sep 17 00:00:00 2001 From: ioBridge Date: Sun, 27 Mar 2011 16:55:25 -0400 Subject: [PATCH] delete old README file --- README | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 README diff --git a/README b/README deleted file mode 100644 index 90b4a03..0000000 --- a/README +++ /dev/null @@ -1,26 +0,0 @@ -Before You Begin -1. Install Ruby, RubyGems, Rails, git, and a database like MySQL -2. Download the application using git -3. Install the appropriate gems: sudo bundle install - -Configuration -1. Set your database configuration file at config/database.yml (see config/database.yml.example for an example) -2. Create the database: rake db:create -3. Create the database tables: rake db:migrate - -Run The Application -1. Start the server: rails server -Your application will now be running at http://localhost:3000/ - - -Changing Application Text -Make changes to config/locales/en.yml -To avoid errors, please ensure your lines start with spaces, not tabs. -Set your application name using the 'application_name' key. - -(Optional) HTTP GET Support -By default the application will accept channel updates via GET or POST. To only allow POSTs, change the value of GET_SUPPORT found in config/initializers/constants.rb - -(Optional) Email Setup -Set your domain, user_name, and password in config/environment.rb -Also set your password reset link in app/controllers/mailer.controller.rb line 14 (and uncomment the line) \ No newline at end of file