Open Hussseinkizz opened 1 week ago
How do you install the Vito, are you follow the command on quick start guide?
Which version of Vito you install?
Followed the curl and bash command to install vito: bash <(curl -Ls https://raw.githubusercontent.com/vitodeploy/vito/1.x/scripts/install.sh)
then it brought that everything is ok,
something like that, then the docs say after that: "Now open your server's IP address and enjoy Vito!" which doesn't work, I was on Ubuntu 22.04 LTS.
I have sent a PR to improve the v2.x install script. Would you like to test it out?
Install using the root user:
curl -sLo- https://raw.githubusercontent.com/joglomedia/vito/enhancement-v2.x/scrips-install.sh/scripts/install.sh | bash
Install with a sudo user:
curl -sLO https://raw.githubusercontent.com/joglomedia/vito/enhancement-v2.x/scrips-install.sh/scripts/install.sh && \
sudo bash ./install.sh
After successful install
Let me know if you like the new install experience ^^
@Hussseinkizz does your server provider exposes the port 80 to public?
What error do you see when you open the server IP address after a successful installation?
The bug After setting up with installation, the final command to actually access the vito dashboard doesn't work, i.e the instruction "Now open your server's IP address and enjoy Vito!"
To Reproduce Install vito a new server and try to access it after following docs.
Expected behavior I thought going to my server IP or some port opens up the vito dashboard