Bagaimana cara installasi websvn di server shared hosting pusathosting? sebelum melanjutnya kami informasikan bahwa websvn hanya bisa di install di server hosting kami yang mendukung fitur svn.
Anda bisa download langsung dengan cara menggunakan script berikut ini dan upload di public_html
Adapun urutan caranya adalah
<?php //$file - should contain full url // $newFileName - full physical path directory with file name function getFile($file, $newFileName) { $err_msg = ''; echo "<br>Attempting message download for $file<br>"; $out = fopen($newFileName, 'wb'); if ($out == FALSE){ print "File not opened<br>"; exit; } $ch = curl_init(); curl_setopt($ch, CURLOPT_FILE, $out); curl_setopt($ch, CURLOPT_HEADER, 0); curl_setopt($ch, CURLOPT_URL, $file); curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false); curl_exec($ch); echo "<br>Error is : ".curl_error ( $ch); curl_close($ch); fclose($out); } getFile("http://fileus.pusathosting.com/svn/websvn-2.3.3.zip","websvn-2.3.3.zip"); ?>
Anda akan menemukan file websvn-2.3.3.zip di folder anda.
Selanjutnya extract file tersebut.
Pada folder websvn-2.3.3 klik protect
Selanjutnya ikuti seperti ini
ingat harus di centang pada bagian protection enabled
Selanjutnya anda bisa mengaksesnya langsung melalui browser http://domainanda.com/websvn-2.3.3/