Skip to content

Commit

Permalink
Added init script
Browse files Browse the repository at this point in the history
  • Loading branch information
zk committed Jul 10, 2011
1 parent 8c67c4c commit f254535
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .pair.io/bootstrap
@@ -0,0 +1,10 @@
#!/bin/sh

ME=$(whoami)

sudo apt-get install -y apache2

mkdir /home/$ME/docs.pair.io/html

sudo rm -rf /var/www
sudo ln -s /home/$ME/docs.pair.io/html /var/www

0 comments on commit f254535

Please sign in to comment.