Skip to content

Commit

Permalink
adding read me file
Browse files Browse the repository at this point in the history
  • Loading branch information
lawrencely committed Oct 9, 2014
1 parent c6c64bd commit 66c6213
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 9 deletions.
25 changes: 18 additions & 7 deletions README.rdoc
Original file line number Diff line number Diff line change
@@ -1,20 +1,33 @@
== README

This README would normally document whatever steps are necessary to get the
application up and running.
Paideuó, Pronounced (pahee-dyoo'-o) means "a child under development with strict training" – properly, to train up a child, so they mature and realize their full potential (development). This requires necessary discipline (training), which includes administering chastisement (punishment).

Things you may want to cover:
Paideuó is a Task Manager System with integrated accountability partners of your choosing, so that you can't get away scot-free if you dont complete your tasks. Encapsulating the meaning of Paideuó.Make the most of it, to make the most out of yourself.

* Ruby version
* Ruby version -

* System dependencies
'rails', '4.1.6'

* System dependencies -

gem install 'daemons' #to get access to mail

gem 'mail'

gem 'bootstrap-sass'

* Configuration

To get mail working, the site must be live and connected to a email service provider. Paideuo is currently using sendgrid which comes free with Heroku. Change the configurations in - production.rb to use another provider.

* Database creation

Database with Postgresql

* Database initialization



* How to run the test suite

* Services (job queues, cache servers, search engines, etc.)
Expand All @@ -23,6 +36,4 @@ Things you may want to cover:

* ...


Please feel free to use a different markup language if you do not plan to run
<tt>rake doc:app</tt>.
2 changes: 1 addition & 1 deletion app/views/user_sign_up_notification/welcome_email.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

<p>What you signed up for?</p>

<p>Paideuó is a Task Manager System with integrated accountability partners of your choosing, so that you can't get away scotch free if you dont complete your tasks. Encapsulating the meaning of Paideuó.</p>
<p>Paideuó is a Task Manager System with integrated accountability partners of your choosing, so that you can't get away scot-free if you dont complete your tasks. Encapsulating the meaning of Paideuó.</p>
<p>Make the most of it, to make the most out of yourself.</p>
<p>Thanks for joining and have a great day!</p>

Expand Down
2 changes: 1 addition & 1 deletion app/views/user_sign_up_notification/welcome_email.text.erb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Paideuó, Pronounced (pahee-dyoo'-o) means "a child under development with stric

What you signed up for?

Paideuó is a Task Manager System with integrated accountability partners of your choosing, so that you can't get away scotch free if you dont complete your tasks. Encapsulating the meaning of Paideuó.
Paideuó is a Task Manager System with integrated accountability partners of your choosing, so that you can't get away scot-free if you dont complete your tasks. Encapsulating the meaning of Paideuó.

Make the most of it, to make the most out of yourself.

Expand Down

0 comments on commit 66c6213

Please sign in to comment.