Skip to content

Commit

Permalink
Switch to using python installation scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
jdpurdyvi committed Apr 22, 2010
1 parent 3aa97cd commit 1fa5bbe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion pos/installation/get-lane.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ wget http://is4c.coop/download/IS4C.tgz
tar -xzf /tmp/IS4C.tgz
cp -r /tmp/IS4C/pos /

/pos/installation/ubuntu/install-lane.sh
# /pos/installation/ubuntu/install-lane.sh
python /pos/installation/install_lane.py

cat /tmp/IS4C/README
4 changes: 3 additions & 1 deletion pos/installation/get-server.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ wget http://is4c.coop/download/IS4C.tgz
tar -xzf /tmp/IS4C.tgz
cp -r /tmp/IS4C/pos /

/pos/installation/ubuntu/install-server.sh
# /pos/installation/ubuntu/install-server.sh
python /pos/installation/install_server.py


cat /tmp/IS4C/README

0 comments on commit 1fa5bbe

Please sign in to comment.