Author: tlinnet
Date: Sat Nov 28 21:11:09 2015
New Revision: 28122

URL: http://svn.gna.org/viewcvs/relax?rev=28122&view=rev
Log:
Adding a testing deploy script, for rapid deployment on Google Cloud Computing.

This is for intented install in Ubuntu 14.04 LTS

Added:
    trunk/devel_scripts/deploy_google_computing_ubuntu.sh   (with props)

Added: trunk/devel_scripts/deploy_google_computing_ubuntu.sh
URL: 
http://svn.gna.org/viewcvs/relax/trunk/devel_scripts/deploy_google_computing_ubuntu.sh?rev=28122&view=auto
==============================================================================
--- trunk/devel_scripts/deploy_google_computing_ubuntu.sh       (added)
+++ trunk/devel_scripts/deploy_google_computing_ubuntu.sh       Sat Nov 28 
21:11:09 2015
@@ -0,0 +1,14 @@
+#!/bin/bash
+# -*- coding: UTF-8 -*-
+# Script for deploying relax on Google Cloud Computing GCC
+
+# Install lynx
+sudo apt-get -y install lynx
+
+# From the wiki, get current versions
+VMIN=`lynx -dump "http://wiki.nmr-relax.com/Template:Current_version_minfx"; | 
grep -A 10 "Template:Current version minfx" | grep -B 1 "Retrieved from" | head 
-n 1 | tr -d '[[:space:]]'`
+VBMR=`lynx -dump "http://wiki.nmr-relax.com/Template:Current_version_bmrblib"; 
| grep -A 10 "Template:Current version bmrblib" | grep -B 1 "Retrieved from" | 
head -n 1 | tr -d '[[:space:]]'`
+VMPI=`lynx -dump "http://wiki.nmr-relax.com/Template:Current_version_mpi4py"; | 
grep -A 10 "Template:Current version mpi4py" | grep -B 1 "Retrieved from" | 
head -n 1 | tr -d '[[:space:]]'`
+VREL=`lynx -dump "http://wiki.nmr-relax.com/Template:Current_version_relax"; | 
grep -A 10 "Template:Current version relax" | grep -B 1 "Retrieved from" | head 
-n 1 | tr -d '[[:space:]]'`
+
+echo $VMIN $VMBR $VMPI $VREL

Propchange: trunk/devel_scripts/deploy_google_computing_ubuntu.sh
------------------------------------------------------------------------------
    svn:executable = *


_______________________________________________
relax (http://www.nmr-relax.com)

This is the relax-commits mailing list
relax-commits@gna.org

To unsubscribe from this list, get a password
reminder, or change your subscription options,
visit the list information page at
https://mail.gna.org/listinfo/relax-commits

Reply via email to