ClipBucket 2.6 r738 installation in Ubuntu 10.04
Welcome to Imran-Tech.........
Today I'm going to Tell every one How to setup ClipBucket 2.6-r738 and install on Ubuntu 10.04 ....This Tutorial includes Three Phases.........
Phase 1:- Ubutu 10.04 Installation ........in 2014(after E.O.L)..
Phase 2:- Configuring Ubuntu Server for Web Hosting.........
Phase 3:- ClipBucket Installation.............................................
Here we Go.................
Phase 1:- Ubutu 10.04 Installation ........in 2014(after E.O.L)..
First Install Ubutnu 10.04 Desktop from HERE or click following Linkhttp://old-releases.ubuntu.com/releases/10.04.3/ubuntu-10.04-desktop-i386.iso
After Installation First we edit Ubuntu Source List
root@mytube:/home/muhammad# gedit /etc/apt/sources.list
Erase every thing in it and Paste Follownig
# Required for Old Releases E-O-L
# Re-Edit By Muhammad Imran Khan
deb http://old-releases.ubuntu.com/ubuntu/ lucid main restricted universe multiverse
deb http://old-releases.ubuntu.com/ubuntu/ lucid-updates main restricted universe multiverse
deb http://old-releases.ubuntu.com/ubuntu/ lucid-security main restricted universe multiverse
# Optional
#deb http://old-releases.ubuntu.com/ubuntu/ lucid-backports main restricted universe multiverse
Then Apply this Command and wait for Completion
root@mytube:/home/muhammad# apt-get clean && apt-get update && apt-get dist-upgrade
Now first Install Lamp server by using this commad
root@mytube:/home/muhammad# apt-get install tasksel
root@mytube:/home/muhammad# tasksel
select Lamp to install......
Now
Install the package php5-cli php5-gd
php5-curl
root@mytube:/home/muhammad#
apt-get
install php5-cli php5-gd php5-curlThen Reconfigure php.ini
root@mytube:/home/muhammad# gedit / etc/php5/apache2/php.ini
Change the Following
upload_max_filesize
= 500M
max_execution_time = 36 000
max_input_time = 600
memory_limit = 5000
magic_quotes_gpc = on
magic_quotes_runtime = off
post_max_size = 500M
register_globals = off
safe_mode = off
output_buffering = off
display_errors = on
max_execution_time = 36 000
max_input_time = 600
memory_limit = 5000
magic_quotes_gpc = on
magic_quotes_runtime = off
post_max_size = 500M
register_globals = off
safe_mode = off
output_buffering = off
display_errors = on
Now we had to enable mode rewrite on a apache2 by applying this Command
Now restart Apache by this coomand
root@mytube:/home/muhammad# /etc/init.d/apache2 restart
Coming soooooooooooon