-
Notifications
You must be signed in to change notification settings - Fork 3
/
README
46 lines (26 loc) · 1.3 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
== YubNub
This is the source code for YubNub, a (social) command-line for the web.
YubNub was written by Jonathan Aquino for the Rails Day 2005 programming competition.
You can reach Jonathan at jonathan.aquino@gmail.com.
http://jonaquino.blogspot.com/2005/06/yubnub-my-entry-for-rails-day-24-hour.html
This source code is made available under the MIT License (see LICENSE_YUBNUB).
== About YubNub
YubNub is a command-line for the web. After setting it up on your browser, you simply type "gim porsche 911" to do a Google Image Search for pictures of Porsche 911 sports cars. Type "random 49" to return random numbers between 1 and 49, courtesy of random.org. And best of all, you can make a new command by giving YubNub an appropriate URL.
www.yubnub.org
== Rails 2.1 Upgrade
Refactored and Upgraded to Rails 2.1 by Jacques Crocker (railsjedi@gmail.com)
View source at http://github.com/jcnetdev/yubnub
== Installation Instructions
You'll need the latest Rails Version (2.1) installed as a gem in order to run these steps.
1) Get Codebase
git clone git://github.com/jcnetdev/yubnub.git
cd yubnub
2) Install Gems
rake gems:install
3) Setup DB and Seed Data
rake db:create db:schema:load db:migrate
4) Start Server
script/server
== Notes
To add a bunch of junk data (to test paging, etc..) run
rake yubnub:junk_data