Sentora Support Forums

Full Version: Link to install incorrect in documentation
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

The link to the installer is wrong in the documentation for Ubuntu.

THIS
wget https://raw.github.com/Sentora/installer.../10_1_1.sh

SHOULD BE
wget https://raw.githubusercontent.com/sentor...install.sh

I thought I was going insane yesterday installing it...by the way great work. I cannot wait to see the future advancements made by the new team.

Can you tell me how difficult its going to be to upgrade in the future? Also where I need to be looking for notes regarding necessary upgrades? the upgrade files on GIT look incomplete.
Um, we haven't released Sentora yet, so any install path is irrelevant at the moment.

When it's released, all install paths will be updated.

Also you shouldn't 'wget', you should 'bash curl'.
If anyone did want to install sentora at the moment (as they will) i would recommend using the installers inside our github repo at the master branch Smile

Feel free to test and report bugs, however i would recommend not using this for production yet..
Strange - I have Sentora running on my server.

from root

Code:
sudo wget https://raw.githubusercontent.com/sentora/sentora-installers/master/install/Ubuntu-12_04/install.sh sudo chmod +x install.sh sudo ./install.sh

and away it went!!!!!!!!!!!!!!

It does look almost identical to zpanel, but some of the bugs are gone such as the missing tokens on forms.
I would recommend waiting to upgrade as the upgrade from ZPanel -> Sentora will automatically perform config changes, the code release and db migrations only once. If you have already run this then you may have issues upgrading.

A clean install as above to test out Sentora is fine though Smile