Difference between revisions of "Installation"

From orch
Jump to: navigation, search
(Created page with "=== Installation procedure === The installation location should follow a given scheme. As the path from Cantera to the orch folder is: <code> path = ../workdir/orch; </code>...")
 
(Installation procedure)
Line 1: Line 1:
 
=== Installation procedure ===
 
=== Installation procedure ===
  
The installation location should follow a given scheme. As the path from Cantera to the orch folder is:
+
The installation location should follow a given format. As the path to the orch folder must follow:
  
 
<code>
 
<code>
path = ../workdir/orch;
+
path = ./workdir/orch
 
</code>
 
</code>
  
The orch repository should be positioned in a workdir folder. So create a workdir folder in which you clone the orch repository from the gitlab:
+
The orch repository should be positioned in a workdir folder. So create the workdir and orch folders in which you clone the orch repository from the gitlab:
  
 
<code>
 
<code>
home/user/workdir$ git clone git@gitlab.coria-cfd.fr:orch/orch.git
+
/home/user/workdir/orch$ git clone git@gitlab.coria-cfd.fr:orch/orch.git
 +
</code>
 +
 
 +
The gt_comb folder, in which is placed cantera must be at the same level than the workdir folder, so as to say in the previous example:
 +
 
 +
<code>
 +
/home/user/gt_comb/cantera$
 
</code>
 
</code>

Revision as of 12:55, 12 December 2017

Installation procedure

The installation location should follow a given format. As the path to the orch folder must follow:

path = ./workdir/orch

The orch repository should be positioned in a workdir folder. So create the workdir and orch folders in which you clone the orch repository from the gitlab:

/home/user/workdir/orch$ git clone git@gitlab.coria-cfd.fr:orch/orch.git

The gt_comb folder, in which is placed cantera must be at the same level than the workdir folder, so as to say in the previous example:

/home/user/gt_comb/cantera$