Closed camaer closed 2 years ago
First of all: As stated in the documentation, please do not run automx2 as root. Doing so is both a security risk and also completely unnecessary.
As far as launching the application is concerned, you should find the necessary script in .venv/scripts/flask.sh
. You can also download flask.sh from this Git repository.
After a quick review, I find the documentation less than ideal, and I'll clarify section 8.3.
I'm trying to install automx2 but I'm having issues. I'm not really familiar with python virtual env but just after installing, I can't find the files to launch the local default instance of automx2.
My python version is 3.8.10 under Ubuntu 20.04.
I've setup the .venv folder using setupvenv.sh and it seems I can "enter" it and install automx2 via pip correctly
Now the next part is the one I'm having trouble with. I'm trying to launch automx2 from the shell just to confirm that it runs correctly. The thing is according to the doc it seems I don't need to enter the venv again to launch it ?
The doc says to launch it like so:
contrib/flask.sh run --host=127.0.0.1 --port=4243
but my install folder does not have a
contrib
folder:No matter what I do I'm not able to start automx2
I'm I missing something or is there some steps missing from the doc ? Thanks !