The application is for now running by means of `tmux`.

Change to the directory of the instance you want to run:

    production: /data/web/ocrui/backend

    development: /data/web/ocrui/backend-dev

 

... and run (choose `prod` or `dev` as name):

    tmux new-session -t ocrui-{prod|dev} ./run.sh

 

You can list sessions with:

    tmux list-sessions

    

... and attach them with:

    tmux attach -t ocrui-{prod|dev}

 

TODO: write a real startup script!

NOTE! tmux is needed! Otherwise ocr-editor is not able to download the files to be edited.

NOTE! Starte both prod and dev sessions !

NOTE! Run tmux as vanhemel !