small updates to readme.
This commit is contained in:
parent
f86391a0b4
commit
26a91aa694
1 changed files with 17 additions and 8 deletions
|
@ -7,10 +7,12 @@ You can see an example of this service running at [➼.ws][example].
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
|
|
||||||
### Clone
|
### Clone
|
||||||
|
|
||||||
$ git clone git://github.com/amdavidson/shorten.git
|
$ git clone git://github.com/amdavidson/shorten.git
|
||||||
|
|
||||||
|
|
||||||
### Install required gems
|
### Install required gems
|
||||||
|
|
||||||
$ gem install rack sinatra sequel anybase pg
|
$ gem install rack sinatra sequel anybase pg
|
||||||
|
@ -19,6 +21,18 @@ Optional: Install the [Heroku][heroku] gem if you want to deploy on Heroku.
|
||||||
|
|
||||||
$ gem install heroku
|
$ gem install heroku
|
||||||
|
|
||||||
|
|
||||||
|
### Deploy
|
||||||
|
|
||||||
|
In the application directory run the following commands
|
||||||
|
|
||||||
|
$ heroku create
|
||||||
|
|
||||||
|
Configure the application per below.
|
||||||
|
|
||||||
|
$ git push heroku master
|
||||||
|
|
||||||
|
|
||||||
### Configure
|
### Configure
|
||||||
|
|
||||||
Open <code>main.rb</code> in your favorite editor and change this block:
|
Open <code>main.rb</code> in your favorite editor and change this block:
|
||||||
|
@ -27,14 +41,9 @@ Open <code>main.rb</code> in your favorite editor and change this block:
|
||||||
:service_name => "➼.ws",
|
:service_name => "➼.ws",
|
||||||
:button_text => "➼",
|
:button_text => "➼",
|
||||||
:path_size => 4
|
:path_size => 4
|
||||||
)
|
)
|
||||||
|
|
||||||
### Deploy
|
|
||||||
|
|
||||||
In the application directory run the following commands
|
|
||||||
|
|
||||||
$ heroku create
|
|
||||||
$ git push heroku master
|
|
||||||
|
|
||||||
### Enjoy
|
### Enjoy
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue