Skip to content

Commit

Permalink
Ubuntu PPA precise
Browse files Browse the repository at this point in the history
  • Loading branch information
binwiederhier committed Jun 15, 2014
1 parent 9a1dc7e commit 855f050
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 7 deletions.
20 changes: 14 additions & 6 deletions INSTALL
Original file line number Diff line number Diff line change
@@ -1,16 +1,24 @@
git clone https://github.com/binwiederhier/fanout
cd fanout
Make
----
make
sudo make install

OR

Debian Package (unsigned)
-------------------------
debuild -i -us -uc -b
cd ..
sudo dpkg -i fanout_*.deb

Ubuntu PPA
----------------
debuild -S -k<key-id>
dput ppa:binwiederhier/fanout

Start automatically
-------------------
update-rc.d fanout defaults

Default settings
----------------
vi /etc/defaults/fanout
# add "--port=8080 --client-limit=100"

/etc/init.d/fanout start
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
fanout (0.1-2) precise; urgency=medium

* Ubuntu PPA

-- MAINTAINER <philipp.heckel@gmail.com> Fri, 16 Jun 2014 11:06:41 -0700

fanout (0.1-1) UNRELEASED; urgency=medium

* Initial release.
Expand Down
2 changes: 1 addition & 1 deletion debian/source/format
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0 (quilt)
3.0 (native)

0 comments on commit 855f050

Please sign in to comment.