Skip to content

Commit

Permalink
update: README.md
Browse files Browse the repository at this point in the history
Conflicts:
	README.md

(cherry picked from commit 158acdb6be427e0a65d92c7bcf44b9401d8131db)
  • Loading branch information
dannvix authored and audreyt committed Dec 27, 2014
1 parent aa826d4 commit f33f51f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ run bundle install
run compass compile
run cp logbot.rb.example logbot.rb
expose 6379
expose :5000
expose 15000
env LOGBOT_NICK logbot_
env LOGBOT_SERVER irc.freenode.net
env LOGBOT_CHANNELS #test56
Expand Down
20 changes: 13 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,19 @@ Screenshot

How to Deploy
-------------
1. Ruby (1.9.3+) and Redis server must be installed
2. Type `bundle install` to install required Ruby gems
3. Type `compass compile` to compile Sass files
4. Fire up your `redis-server`
5. Specify target channels in `logbot.rb`
6. Type `foreman start` to launch web server (WEBrick) and Logbot agent
7. Visit [http://localhost:15000](http://localhost:15000).
* Use Docker
1. Install [Docker](https://www.docker.com/)
2. Run `docker run -d -p 15000:15000 -e LOGBOT_NICK=xxxx -e LOGBOT_CHANNELS=#x,#y,#z -e LOGBOT_SERVER=168.95.1.1 audreyt/logbot`
3. Visit [http://localhost:15000](http://localhost:15000)

* Manual installation
1. Ruby (1.9.3+) and Redis server must be installed
2. Run `bundle install` to install required Ruby gems
3. Run `compass compile` to compile Sass files
4. Fire up your `redis-server`
5. Specify target channels in `logbot.rb`
6. Run `foreman start` to launch web server (WEBrick) and Logbot agent
7. Visit [http://localhost:15000](http://localhost:15000).


How to Contribute
Expand Down

0 comments on commit f33f51f

Please sign in to comment.