Skip to content

Commit

Permalink
Switched mongrel2 from fossil to git.
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter committed Jan 28, 2012
1 parent 2b009e3 commit 30141f8
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions examples/m2-dist/install
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Supermagical script to install all the needed dependencies
# for mongrel2 and all the needed lua libs

sudo apt-get install -y build-essential git-core fossil lua5.1 liblua5.1-0-dev uuid-dev liblua5.1-lpeg-dev liblua5.1-socket-dev libsqlite3-dev sqlite3 libssl-dev
sudo apt-get install -y build-essential git-core lua5.1 liblua5.1-0-dev uuid-dev liblua5.1-lpeg-dev liblua5.1-socket-dev libsqlite3-dev sqlite3 libssl-dev

mkdir dist
cd dist
Expand All @@ -28,13 +28,7 @@ sudo make install
cd ..

# mongrel2
fossil clone http://mongrel2.org:44445 mongrel2.fossil
rm -rf mongrel2-git
mkdir mongrel2-git
cd mongrel2-git
git init
fossil export --git ../mongrel2.fossil | git fast-import
git checkout trunk
git clone https://github.com/zedshaw/mongrel2
make
sudo make install
cd ..
Expand Down

0 comments on commit 30141f8

Please sign in to comment.