kizniche / Mycodo

An environmental monitoring and regulation system
http://kylegabriel.com/projects/
GNU General Public License v3.0
2.89k stars 486 forks source link

Failed to restart nginx.service #1341

Closed mfittipaldi90 closed 8 months ago

mfittipaldi90 commented 8 months ago

Describe the problem/bug

When installing Mycodo 8.15.10, cannot connect to localhost, and cannot create an admin user to log in.

Versions:

Reproducibility

  1. run "sudo /bin/bash ~/Mycodo/install/setup.sh" in terminal
  2. accept license agreement
  3. select en language and continue installation
  4. select "yes" to install database and wait for installation

Expected behavior

Expect install to install Mycodo and influxdb

Additional context

See setup.log attached

setup.log

kizniche commented 8 months ago

Are you sure you're running 8.15.10? Your setup log doesn't indicate this, and you aren't installing using the install script in the install instructions.

mfittipaldi90 commented 8 months ago

Very new at this. I tried running the install as explained in the wiki but I had a license page issue that was not responding and found a workaround in another post.

The files were downloaded using “ curl -L https://kizniche.github.io/Mycodo/install | bash” Command. Does it download the latest version?

On Sun, Oct 15, 2023 at 8:45 PM Kyle Gabriel @.***> wrote:

Are you sure you're running 8.15.10? Your setup log doesn't indicate this, and you aren't installing using the install script in the install instructions.

— Reply to this email directly, view it on GitHub https://github.com/kizniche/Mycodo/issues/1341#issuecomment-1763563669, or unsubscribe https://github.com/notifications/unsubscribe-auth/BDJJKU7JU4PXY24HRUUG5IDX7R7TXANCNFSM6AAAAAA6BLTW6M . You are receiving this because you authored the thread.Message ID: @.***>

kizniche commented 8 months ago

Your "1." under Reproducibility indicates you ran setup.sh not install. Did you delete all previous files before issuing the install command?

kizniche commented 8 months ago

Oh, I see an issue with the install script. I need to build the docs.

kizniche commented 8 months ago

Docs have finished building, so the updated install script is now live at github.io

mfittipaldi90 commented 8 months ago

Thanks, that fixed it Just struggled a bit deleting old files. Had to figure out the permissions