You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -47,10 +47,10 @@ Main Features
47
47
Documentation
48
48
-------------
49
49
50
-
Visit Soma-workflow (http://www.brainvisa.info/soma-workflow/sphinx/) main page!
50
+
Visit Soma-workflow (https://brainvisa.info/soma-workflow/sphinx/) main page!
51
51
52
-
An extensive documentation (http://www.brainvisa.info/doc/soma-workflow/sphinx/index.html) is available,
53
-
with ready to use examples (http://www.brainvisa.info/doc/soma-workflow/sphinx/examples.html).
52
+
An extensive documentation (https://brainvisa.info/doc/soma-workflow/sphinx/index.html) is available,
53
+
with ready to use examples (https://brainvisa.info/doc/soma-workflow/sphinx/examples.html).
54
54
55
55
The git master branch doc is also updated on github: https://populse.github.io/soma-workflow/
56
56
@@ -99,11 +99,11 @@ Installation
99
99
100
100
**Windows (tested on Vista 64 bit for local mode)**
101
101
102
-
1) Go to http://www.python.org/download/ to download and install python Windows Installer according to your windows version, for example in C:\Python27.
102
+
1) Go to https://www.python.org/download/ to download and install python Windows Installer according to your windows version, for example in C:\Python27.
103
103
104
-
2) Set environment variable PATH that contains python directory (see http://docs.python.org/2/using/windows.html), for example in C:\Python27.
104
+
2) Set environment variable PATH that contains python directory (see https://docs.python.org/2/using/windows.html), for example in C:\Python27.
105
105
106
-
3) Download and install PyQt4 for python27 in http://www.riverbankcomputing.com/software/pyqt/download
106
+
3) Download and install PyQt4 for python27 in https://www.riverbankcomputing.com/software/pyqt/download
107
107
108
108
4) Go to https://pypi.python.org/pypi/soma-workflow to download soma-workflow and extract it into a directory, for example, C:\soma-workflow.
Copy file name to clipboardExpand all lines: doc/source/install_config.txt
+17-17Lines changed: 17 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -29,10 +29,10 @@ Requirements
29
29
------------
30
30
31
31
* Python *version 2.7 or more*
32
-
* `ZeroMQ <http://zeromq.org>`_
33
-
* `Paramiko <http://www.lag.net/paramiko/>`_ *version 1.7 or more*. Paramiko in
32
+
* `ZeroMQ <https://zeromq.org>`_
33
+
* `Paramiko <https://www.lag.net/paramiko/>`_ *version 1.7 or more*. Paramiko in
34
34
only required if the computing resource is remote (see config).
35
-
* For the GUI: Qt *version 4.6.2 or more*, `PyQt <http://www.riverbankcomputing.co.uk/software/pyqt/intro>`_ *version 4.7.2 or more*, or `PySide <http://www.pyside.org>`_ *version 1.1.1 or more* and optionally `matplotlib <http://matplotlib.sourceforge.net/>`_ *version 0.99 or more*
35
+
* For the GUI: Qt *version 4.6.2 or more*, `PyQt <https://www.riverbankcomputing.co.uk/software/pyqt/intro>`_ *version 4.7.2 or more*, or `PySide <https://www.pyside.org>`_ *version 1.1.1 or more* and optionally `matplotlib <https://matplotlib.org/>`_ *version 0.99 or more*
36
36
37
37
Installation
38
38
------------
@@ -64,7 +64,7 @@ Start the GUI with the command *soma_workflow_gui* and/or import the soma_workfl
64
64
Configuration (Created automatically)
65
65
-------------------------------------
66
66
67
-
The configuration syntax is the `ConfigParser <http://docs.python.org/library/configparser.html>`_ syntax. The configuration file is located in "$HOME/.soma-workflow.cfg". This file will be created automatically once a server has been established (see :ref:`server_management`).
67
+
The configuration syntax is the `ConfigParser <https://docs.python.org/library/configparser.html>`_ syntax. The configuration file is located in "$HOME/.soma-workflow.cfg". This file will be created automatically once a server has been established (see :ref:`server_management`).
68
68
69
69
There is one section for each computing resource (that is for each Soma-workflow database server).
70
70
@@ -174,17 +174,17 @@ Here is the list of the server dependencies:
174
174
175
175
* A distributed resource management system (DRMS) such as Grid Engine, Condor,
176
176
Torque/PBS, LSF..
177
-
* A implementation of `DRMAA <http://www.drmaa.org/>`_ 1.0 for the DRMS in C if available, unless a specific :doc:`scheduler exists <scheduler>`
177
+
* A implementation of `DRMAA <https://www.drmaa.org/>`_ 1.0 for the DRMS in C if available, unless a specific :doc:`scheduler exists <scheduler>`
178
178
* Python *version 2.7 or more*
179
179
* `zmq <http:/zeromq.org>`_
180
-
* `SQLite <http://docs.python.org/library/sqlite3.html>`_ *version 3 or more*
180
+
* `SQLite <https://docs.python.org/library/sqlite3.html>`_ *version 3 or more*
181
181
182
182
The implementations of DRMAA tested successfully with Soma-workflow:
Torque 2.0.0 `PBS DRMAA 1.0.13 <http://sourceforge.net/projects/pbspro-drmaa/files/pbs-drmaa/1.0/>`_ from http://apps.man.poznan.pl/trac/pbs-drmaa
187
+
Torque 2.0.0 `PBS DRMAA 1.0.13 <https://sourceforge.net/projects/pbspro-drmaa/files/pbs-drmaa/1.0/>`_ from https://apps.man.poznan.pl/trac/pbs-drmaa
188
188
LSF 7.0 FedStage LSF DRMAA 1.0.3
189
189
Grid Engine 6.2u5&6 Embeded implementation
190
190
Condor 7.4.0 Embeded implementation
@@ -221,7 +221,7 @@ Opening "Add Server" button, we can see a window as shown below:
221
221
.. image:: images/ServerManagementAddServer.*
222
222
:scale: 100
223
223
224
-
Before the server installation, we strongly recommend to use SSH with authentication key instead of password. See "http://askubuntu.com/questions/46930/how-can-i-set-up-password-less-ssh-login". Otherwise, you need to input password each time. We should setup the Server Address, SSH Login, while the other items are optional. (password is not mandatory when you are using authentication key)
224
+
Before the server installation, we strongly recommend to use SSH with authentication key instead of password. See "https://askubuntu.com/questions/46930/how-can-i-set-up-password-less-ssh-login". Otherwise, you need to input password each time. We should setup the Server Address, SSH Login, while the other items are optional. (password is not mandatory when you are using authentication key)
225
225
226
226
Since the configuration is needed for both sides (client and server),
227
227
the first button, called "Install on Server and Client", is used for configuring both sides. Since many clients can connect to one server, "Setup Client without Installation on Server" is used for configurating only client side.
@@ -236,7 +236,7 @@ Server configuration (Created automatically)
236
236
237
237
This section defines the required and optional configuration items. This file can be found on the both side of client and server with the path "$HOME/.soma-workflow.cfg".
238
238
239
-
The configuration file syntax is the `ConfigParser <http://docs.python.org/library/configparser.html>`_ syntax. All the configuration items are defined in one section. The name of
239
+
The configuration file syntax is the `ConfigParser <https://docs.python.org/library/configparser.html>`_ syntax. All the configuration items are defined in one section. The name of
240
240
the section is the resource identifier (ex: "Titan").
241
241
242
242
@@ -401,28 +401,28 @@ Configuration items optional on the server side:
* A distributed resource management system (DRMS) such as Grid Engine, Condor,
482
482
Torque/PBS, LSF..
483
-
* A implementation of `DRMAA <http://www.drmaa.org/>`_ 1.0 for the DRMS in C if available, unless a specific :doc:`scheduler exists <scheduler>`
483
+
* A implementation of `DRMAA <https://www.drmaa.org/>`_ 1.0 for the DRMS in C if available, unless a specific :doc:`scheduler exists <scheduler>`
484
484
* Python *version 2.7 or more*
485
485
* SQLite *version 3 or more*
486
-
* For the GUI: Qt *version 4.6.2 or more*, `PyQt <http://www.riverbankcomputing.co.uk/software/pyqt/intro>`_ *version 4.7.2 or more*, or `PySide <http://www.pyside.org>`_ *version 1.1.1* or more, and optionally `matplotlib <http://matplotlib.sourceforge.net/>`_ *version 0.99 or more*
486
+
* For the GUI: Qt *version 4.6.2 or more*, `PyQt <https://www.riverbankcomputing.co.uk/software/pyqt/intro>`_ *version 4.7.2 or more*, or `PySide <https://www.pyside.org>`_ *version 1.1.1* or more, and optionally `matplotlib <httpq://matplotlib.org/>`_ *version 0.99 or more*
487
487
488
488
More details about the implementation of DRMAA can be found in the server
489
489
installation section (see :ref:`server_requirements`).
@@ -511,7 +511,7 @@ This section defines the required and optional configuration items for the light
511
511
mode.
512
512
513
513
The configuration file syntax is the `ConfigParser
514
-
<http://docs.python.org/library/configparser.html>`_ syntax. All the
514
+
<https://docs.python.org/library/configparser.html>`_ syntax. All the
515
515
configuration items are defined in one section. The section name corresponds to
516
516
the name you chose for the resource: "Local Titan" in the example.
0 commit comments