Difference between revisions of "Slurm-web Installation"

From Supercomputación y Cálculo Científico UIS
(Created page with "<p>Back to Job Scheduler Slurm</p> <p>== Slurm-web installation</p>")
 
Line 1: Line 1:
 
<p>Back to [[Job Scheduler Slurm]]</p>
 
<p>Back to [[Job Scheduler Slurm]]</p>
<p>== Slurm-web installation</p>
+
<h1>Slurm-web installation</h1>
 +
<p>First, let's review the prerequisites:</p>
 +
<ul>
 +
<li>python</li>
 +
<li>pyslurm (python module)</li>
 +
<li>Flask (python module)</li>
 +
<li>clusterShell (python module)</li>
 +
<li>bootstrap (javascript library)</li>
 +
<li>jQuery</li>
 +
<li>Flot (jQuery extension for graph drawing)</li>
 +
</ul>
 +
<p>*todos los m&oacute;dulos de python deben ser instalados mediante paquetes de apt</p>

Revision as of 17:07, 13 October 2015

Back to Job Scheduler Slurm

Slurm-web installation

First, let's review the prerequisites:

  • python
  • pyslurm (python module)
  • Flask (python module)
  • clusterShell (python module)
  • bootstrap (javascript library)
  • jQuery
  • Flot (jQuery extension for graph drawing)

*todos los módulos de python deben ser instalados mediante paquetes de apt