Skip to content

GuillenDiego/ubuntu-svn-script

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ubuntu-svn-script

Setup SVN Server on Ubuntu Shell Script

##Install SVN

sudo apt-get -y update 
sudo apt-get -y install net-tools 
sudo apt-get -y install  git
sudo git clone https://github.com/GuillenDiego/ubuntu-svn-script.git
cd ubuntu-svn-script
sudo chmod +x setupSVN.sh
sudo ./setupSVN.sh

Install php 8.0

sudo apt install lsb-release ca-certificates apt-transport-https software-properties-common -y
sudo add-apt-repository ppa:ondrej/php
sudo apt install -y php8.0 php-xml  
cd /
sudo git clone https://github.com/websvnphp/websvn.git
sudo cp -R  websvn /var/www/html
cd
sudo cp ubuntu-svn-cript/config.php /var/www/html/websvn/include/config.php
sudo service apache2 restart

Install PEAR

sudo apt-get install wget
sudo wget http://pear.php.net/go-pear.phar
sudo apt-get install php-pear pkg-config libbson-1.0 libmongoc-1.0-0 php-xml php7.0-xml php-dev
sudo php go-pear.phar

About

Setup SVN Server on Ubuntu Shell Script

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • PHP 93.2%
  • Shell 6.8%