Link to home
Start Free TrialLog in
Avatar of Bandai2
Bandai2

asked on

Shared webhost with CPANEL question..

I'm trying to install subversion into my shared webhosting and I've read some articles that i got from google. A lot of them has the ff code (code attached) to install subversion but I don't know where to type those. Is it in SSH?

If not what do I need to install subversion and setup trac and a repository properly? Can you tell me in an easy to understand way?
As root:

cd /usr/local/src/subversion

wget http://subversion.tigris.org/downloa...-1.5.0.tar.bz2

tar -xvjf subversion-deps-1.5.0.tar.bz2

cd subversion-1.5.0

pwd
/usr/local/src/subversion/subversion-1.5.0/

make clean

./configure --with-apxs=/usr/local/apache/bin/apxs --with-apr=/usr/local/apache/bin/apr-1-config --with-apr-util=/home/cpeasyapache/src/httpd-2.2.11/srclib/apr-util --with-ssl

make

make install

Open in new window

Avatar of Bandai2
Bandai2

ASKER

anyone here could tell me where to use this kind of command on a normal shared webhosting account with Cpanel 10?

Demo of Cpanel 10 - http://demo.cpanel.net:2082/login/?user=xdemo&pass=xdemo

where would i input the following codes?

If i can't do this in a shared webhost account, what do I need?
cd /usr/local/src/subversion

wget http://subversion.tigris.org/downloa...-1.5.0.tar.bz2

tar -xvjf subversion-deps-1.5.0.tar.bz2

cd subversion-1.5.0

pwd
/usr/local/src/subversion/subversion-1.5.0/

make clean

Open in new window

As I already pointed out in your other thread, you input these commands in a text terminal via SSH connection.
An ordinary CPanel has a link to "SSH/Secure Access", your panel demo is missing this button. But the link only provides a java based SSH client; you could have the same functionality using any other SSH client, like, on Windows systems, PuttY: http://www.chiark.greenend.org.uk/~sgtatham/putty/

Once connected, try the commands and see what results you get. If you receive error messages, find out what operating system is running on that server, this is information that may be required to know for helpers, and that may also make installation easier.
To get the system info, type:
cat /proc/version
inside the text terminal, and post the output here.
Avatar of Bandai2

ASKER

As you've said this is linux administrating, and I don't have that much experience with linux just the basic yum install etc, i was using fedora before for a couple of months but didn't study much about it.

Is there an online article / source of the linux command that I might need for this task? just like:
cat /proc/version

Also what's the best way to practice / study linux administrating?

Thanks for helping!
ASKER CERTIFIED SOLUTION
Avatar of torimar
torimar
Flag of Germany image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Bandai2

ASKER

very helpful!
Avatar of Bandai2

ASKER

My question have been answered.

Next question follows from this question and can be found here:

https://www.experts-exchange.com/questions/25003815/How-to-properly-create-an-SVN-repository-that-is-accessible-via-http-inside-public-html.html