mailr28122 - /trunk/devel_scripts/deploy_google_computing_ubuntu.sh


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by tlinnet on November 28, 2015 - 21:11:
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 = *




Related Messages


Powered by MHonArc, Updated Sat Nov 28 21:40:12 2015