Sha256: 252b3dd86f7bc9ec4eae74cd537be824b98d53b8b8389f42544e07637c752439
Contents?: true
Size: 196 Bytes
Versions: 1
Compression:
Stored size: 196 Bytes
Contents
#!/usr/bin/env /bin/bash if [ $1 ] then cp -r $1/bootstrap/* / else cp -r bootstrap/* / fi apt-get install nginx sasl2-bin apache2 -y sed -i 's/Listen 80/Listen 81/g' /etc/apache2/ports.conf
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
superhosting-0.0.2 | provision/bootstrap.sh |