azraelx401
September 2nd, 2006, 12:22 AM
*****PLEASE READ BEFORE INSTALLING UBUNTU CENTER*****
I'm gonna write my own directions on how to install the Ubuntu Center because I notice alot of the same issues going on. I too ran into the phtml problem and the mysql username problem. But if you follow the below hopefully it will work for you.
1. First thing you wanna do is login as root. If your a new to ubuntu just message me and I will tell you how to set up a password to root.
2. Uncomment or add the following 2 lines to your /etc/apt/sources.list file
deb http://us.archive.ubuntu.com/ubuntu breezy universe
deb-src http://us.archive.ubuntu.com/ubuntu breezy universe
(you can do that however you want to, either from the terminal or with your favorite editor.)
From the terminal then run
sudo apt-get update
3. Make sure you have everything uncommented out in your /etc/apt/sources.list file and then run
sudo apt-get install apache2 mysql-server php5 php5-gd php5-mysql id3v2 imagemagick libgd2-dev libgd2 php-auth
4. Now you can actually skip this step if you choose to because the default password for root is nothing. But i suggest that you download MySQL Admin from Add/Remove application.
mysqladmin -u root -p password YOURNEWPASSWORDHERE
5. Now you need to download Ubuntu Center.
wget —no-check-certificate https://files.bountysource.com/file/download/137/ubuntucenter-alpha-01.deb
6. After it downloads install it.
sudo dpkg -i ubuntucenter-alpha-01.deb
If you followed all that then you should be fine. But remember to login as root because when your on step three root will actually download some of the other files you need to get apache and mysql working correctly.
7. Now that everything is installed just go to http://127.0.0.1/center and you should see Ubuntu Center. When logging in if you skipped step 4 just type in root for username and leave the password empty. Just click submit or whatever it says. Then you should be prompted to create a username and password. Once your done with the install you will be using your own IP address to login http://yourip/center (the ip will not be 127.0.0.1 after your all set up)
*****ATTENTION******
Don't leave your root password empty it is a security risk. Download MySQL Admin and change it in there.
Hopefully this has helped people that are having problems with this. I've install Ubuntu Center a bunch of times and this is how it worked best for me. If your still having any problems please let me know and if anyone has any other suggestions on the install please post them.
I'm gonna write my own directions on how to install the Ubuntu Center because I notice alot of the same issues going on. I too ran into the phtml problem and the mysql username problem. But if you follow the below hopefully it will work for you.
1. First thing you wanna do is login as root. If your a new to ubuntu just message me and I will tell you how to set up a password to root.
2. Uncomment or add the following 2 lines to your /etc/apt/sources.list file
deb http://us.archive.ubuntu.com/ubuntu breezy universe
deb-src http://us.archive.ubuntu.com/ubuntu breezy universe
(you can do that however you want to, either from the terminal or with your favorite editor.)
From the terminal then run
sudo apt-get update
3. Make sure you have everything uncommented out in your /etc/apt/sources.list file and then run
sudo apt-get install apache2 mysql-server php5 php5-gd php5-mysql id3v2 imagemagick libgd2-dev libgd2 php-auth
4. Now you can actually skip this step if you choose to because the default password for root is nothing. But i suggest that you download MySQL Admin from Add/Remove application.
mysqladmin -u root -p password YOURNEWPASSWORDHERE
5. Now you need to download Ubuntu Center.
wget —no-check-certificate https://files.bountysource.com/file/download/137/ubuntucenter-alpha-01.deb
6. After it downloads install it.
sudo dpkg -i ubuntucenter-alpha-01.deb
If you followed all that then you should be fine. But remember to login as root because when your on step three root will actually download some of the other files you need to get apache and mysql working correctly.
7. Now that everything is installed just go to http://127.0.0.1/center and you should see Ubuntu Center. When logging in if you skipped step 4 just type in root for username and leave the password empty. Just click submit or whatever it says. Then you should be prompted to create a username and password. Once your done with the install you will be using your own IP address to login http://yourip/center (the ip will not be 127.0.0.1 after your all set up)
*****ATTENTION******
Don't leave your root password empty it is a security risk. Download MySQL Admin and change it in there.
Hopefully this has helped people that are having problems with this. I've install Ubuntu Center a bunch of times and this is how it worked best for me. If your still having any problems please let me know and if anyone has any other suggestions on the install please post them.