Not able to start with morbo OPM application
Closed this issue · 1 comments
PauloLaScience commented
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
It works for me without an explicit ./
, but that's indeed better to specify it. I updated the documentation, thanks for the report!