> use ecflow
Create a directory called course in your home directory and change to that directory.
> mkdir course; cd course
Shared Machine
> ecflow_start.sh
> ecflow_start.sh -d $HOME/course
Local Machine
> ecflow_server
at the unix prompt.
> ecflow_server --port=3500
or:
> export ECF_PORT=3500; ecflow_server
What to do
Type ‘use ecflow’ to setup up the paths.
Create $HOME/course directory
Start the server using the ecflow_start.sh -d $HOME/course
- Note: If in the subsequent sections, you have the need to start a new shell,and want access the server, then ensure that ECF_PORT is set.