I follow the documentation to install Arkindex for developer and i have this error.
Hi @Bastien1,
could you give us more information on what you did :
- link to the documentation that you followed and steps that you completed
- description of your environment (OS, versions, …)
thank you,
–
Christopher
Hi Christopher
I’m using Ubuntu 24.04.1 LTS on my laptop and I’m using all minimal software requirements.
I follow the documentation about how to setup Arkindex for developers.
When I’m connecting to localhost:8080 all works but with the network address it doesn’t work.
Hi Bastien,
in this case, we need you to copy/paste here the full history of your terminal when following the steps of Arkindex setup for developers - Arkindex , so that we can see each step and the info/error messages.
Hello @Bastien1 ,
If I understand correctly you are trying to setup Arkindex in development mode and reach it through a network interface: this is not documented, we prefer to use a Docker deployment for that (see Setup with Docker - Arkindex )
You could run the backend on the network in dev mode with arkindex runserver 0.0.0.0
but this is not secure
Hello,
I reinstall ubuntu and everything works, I think I had a Docker configuration that persisted.
I have another question, how to put a template on arkindex in local? I didn’t find in the documentation how to do.