OPMDG / opm-doc

Global documentation of the project
http://opm.readthedocs.io/
Other
13 stars 10 forks source link

Not able to start with morbo OPM application #14

Closed PauloLaScience closed 6 years ago

PauloLaScience commented 6 years ago

Hi, In this part of doc:

user:/usr/local/src/opm/opm-core/ui/opm$ morbo script/opm
[Fri Nov 29 12:12:52 2013] [debug] Helper "url_for" already exists, replacing.
[Fri Nov 29 12:12:52 2013] [debug] Reading config file "/home/ioguix/git/opm/ui/opm/opm.conf".
[Fri Nov 29 12:12:53 2013] [info] Listening at "http://*:3000".
Server available at http://127.0.0.1:3000.

should be

root:/usr/local/src/opm/opm-core/ui# morbo ./script/opm
[Tue Apr 24 15:35:41 2018] [debug] Reading configuration file "/usr/local/src/opm/opm-core/ui/opm.conf".
[Tue Apr 24 15:35:41 2018] [debug] Helper "url_for" already exists, replacing.
[Tue Apr 24 15:35:41 2018] [info] Listening at "http://*:3000".
Server available at http://127.0.0.1:3000.

The ./ before

script/opm

is mandatory @PaulemDevadder

rjuju commented 6 years ago

It works for me without an explicit ./, but that's indeed better to specify it. I updated the documentation, thanks for the report!