Skip to content

Commit

Permalink
Diary entry for installing console on the server
Browse files Browse the repository at this point in the history
  • Loading branch information
jankeesvw committed Sep 3, 2012
1 parent 1cf5b5e commit f04f1af
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion Diary.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,4 +193,23 @@ Add a link with a block, so you can add HTML content
* Defined a method 'authenticate' in the ApplicationController for the authentication
* Added a before_filter in GoodiesController and BlogController
* Added an array with valid Admin Facebook id's (maybe I'll make an UI later)
* Scaffolded a controller and views for Images, those images can be used in Blog posts and Goodies
* Scaffolded a controller and views for Images, those images can be used in Blog posts and Goodies


# Monday, september 3th

* installed the [friendly_id])(https://github.com/norman/friendly_id) gem for nicer urls with blogs and goodies
* On the server i could run the rails console, found out that the `libreadline-dev` wasn't installed, did this on the server to get it working

apt-get install libreadline-dev

#recompile ruby
rbenv install 1.9.3-p194

#restart app
touch tmp/restart.txt

# start console in production environment
rails console production


0 comments on commit f04f1af

Please sign in to comment.