Open main menu

Changes

Run relax at Google Cloud Computing

37 bytes removed, 22:21, 28 November 2015
[http://svn.gna.org/viewcvs/*checkout*/relax/trunk/devel_scripts/deploy_google_computing_ubuntu.sh?content-type=text%2Fplain See the install script here]
<source lang="bash">
wget http://svn.gna.org/viewcvs/*checkout*/relax/trunk/devel_scripts/deploy_google_computing_ubuntu.sh
source deploy_google_computing_ubuntu.sh
 
# Or in one go
URL=http://svn.gna.org/viewcvs/*checkout*/relax/trunk/devel_scripts/deploy_google_computing_ubuntu.sh
eval "$(curl "$URL")"
 
# Or modify before installation
wget $URL
nano deploy_google_computing_ubuntu.sh
source deploy_google_computing_ubuntu.sh
</source>