After I finished my installation of quickbox and enter the ip to the control panel the only page I see is “Apache2 Ubuntu Default Page” What went wrong?
How did you install QB?
Did you installed it as root?
Yes sudo -s and then the installation code from the front page
You could try this:
sudo bash
cd /root
apt-get -y update; apt-get -y upgrade; apt-get -y install git lsb-release; \
git clone --recursive https://github.com/QuickBox/QuickBox QuickBox &&
bash /root/QuickBox/setup/quickbox-setup
on a fresh ubuntu install or just on the same one?
Try on the same one. If not, try it on a fresh ubuntu install
This sounds like either an incomplete install of QuickBox or possible page caching issues in your browser.
Typing sudo su
followed by cd
will place you in your root directory. Once there, type la -l
. Do you see the QuickBox directory in the list?
That is the wrong setup instructions:
###We use our own git repo now
apt-get -yqq update; apt-get -yqq upgrade; apt-get -yqq install git lsb-release; \
git clone --recursive https://lab.quickbox.io/QuickBox/QuickBox /root/QuickBox &&
bash /root/QuickBox/setup/quickbox-setup
Yeah thats right. My fault. Did a quick search and found this without checking it first…
Wrote cd/root and used the command you posted and now it’s working thanks for the help
Under the installation it says cannot remove tmp / create directory is that on purpose ? (img attached)http://i.imgur.com/ct12Gql.png