Installation Challenges

Hi,

I need help as it is my first time. I’m using this official documentation nginx — Indico 3.3.6 documentation for installation and I’m not able to set up Indico 3.3.5 for production. I have noticed also the flow of instructions may not be right. For instance, in step 3: Configure uWSGI & Nginx yet they have not yet been installed. Kindly assist, I’m stuck.

Step 1 “Install Packages” has this command, which - among many other packages - also installs nginx: apt install -y --install-recommends ...... nginx ....

You are right that uWSGI is not installed yet in step 3, but that does not stop you from creating a config file for it. It is installed at a later step using pip install uwsgi because we want to avoid the hassle of switching back and forth between root and the indico user multiple times.

Thanks. It has worked. I was more worried about the flow of the instructions than actually executing them as stipulated in the installation guide. Much appreciated.