Difference between revisions of "Install relax cloud.sagemath.com"

From relax wiki
Jump to navigation Jump to search
Line 4: Line 4:
 
This audit was performed: '''2015/11/24'''
 
This audit was performed: '''2015/11/24'''
  
Project location
+
===Project location===
 
<source lang="bash">
 
<source lang="bash">
 
https://cloud.sagemath.com/projects/9cd9d431-3eb2-4cde-a03a-4b9c6b49a1c2/files/test%20ipyth.ipynb
 
https://cloud.sagemath.com/projects/9cd9d431-3eb2-4cde-a03a-4b9c6b49a1c2/files/test%20ipyth.ipynb
 
</source>
 
</source>
  
Project resources
+
===Project resources===
 
<source lang="bash">
 
<source lang="bash">
 
Disk space: 3000 MB disk space available - 59 MB used    3000 MB given by free project
 
Disk space: 3000 MB disk space available - 59 MB used    3000 MB given by free project
Line 20: Line 20:
 
</source>
 
</source>
  
Is subversion available
+
===Software===
 +
====Is subversion available====
 
<source lang="bash">
 
<source lang="bash">
 
~$ svn --version
 
~$ svn --version
Line 26: Line 27:
 
</source>
 
</source>
  
Is scons available
+
====Is scons available====
 
<source lang="bash">
 
<source lang="bash">
 
~$ which scons
 
~$ which scons
Line 36: Line 37:
 
         engine: v2.3.1, 2014/03/02 14:18:15, by garyo on lubuntu
 
         engine: v2.3.1, 2014/03/02 14:18:15, by garyo on lubuntu
 
         engine path: ['/usr/lib/scons/SCons']
 
         engine path: ['/usr/lib/scons/SCons']
 +
</source>
 +
 +
 +
====Is xmgrace available====
 +
<source lang="bash">
 +
~$ xmgrace
 +
The program 'xmgrace' is currently not installed. To run 'xmgrace' please ask your administrator to install the package 'grace'
 +
~$ grace
 +
The program 'grace' is currently not installed. To run 'grace' please ask your administrator to install the package 'grace'
 
</source>
 
</source>
  

Revision as of 07:36, 24 November 2015


The test project at cloud.sagemath.com

This audit was performed: 2015/11/24

Project location

https://cloud.sagemath.com/projects/9cd9d431-3eb2-4cde-a03a-4b9c6b49a1c2/files/test%20ipyth.ipynb

Project resources

Disk space: 3000 MB disk space available - 59 MB used    3000 MB given by free project
Memory: 1000 MB RAM memory available - 133 MB used    1000 MB given by free project
CPU cores:1 core    1 core given by free project
CPU shares: 1 share    1 share given by free project
Idle timeout: 1 hour of non-interactive use before project stops    1 hour given by free project
Network access: Yes    1 upgrade given by free project
Member hosting: No    0 upgrades given by free project

Software

Is subversion available

~$ svn --version
svn, version 1.8.10 (r1615264)

Is scons available

~$ which scons
/usr/bin/scons

~$ scons --version
SCons by Steven Knight et al.:
        script: v2.3.1, 2014/03/02 14:18:15, by garyo on lubuntu
        engine: v2.3.1, 2014/03/02 14:18:15, by garyo on lubuntu
        engine path: ['/usr/lib/scons/SCons']


Is xmgrace available

~$ xmgrace
The program 'xmgrace' is currently not installed. To run 'xmgrace' please ask your administrator to install the package 'grace'
~$ grace
The program 'grace' is currently not installed. To run 'grace' please ask your administrator to install the package 'grace'

Script to install

python 1_prepare_data.py

The script is:

See also