====== Installasi WEBSVN ====== 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. \\ ===== Download Upload WebSVN ===== Anda bisa download langsung dengan cara menggunakan script berikut ini dan upload di public_html \\ Adapun urutan caranya adalah - Login ke directadmin - Masuk ke file manager - klik public_html - klik create new file dibawah dan berikan nama apa saja. dalam hal ini kami beri nama **download.php** - isi dengan script dibawah ini Attempting message download for $file
"; $out = fopen($newFileName, 'wb'); if ($out == FALSE){ print "File not opened
"; 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 "
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"); ?>
- dan akses download.php melalui browser. Anda akan menemukan file websvn-2.3.3.zip di folder anda. \\ Selanjutnya extract file tersebut. ===== Aktifkan Folder Protection ===== Pada folder websvn-2.3.3 klik protect \\ {{:websvn_folder_protection.jpg|}} \\ Selanjutnya ikuti seperti ini \\ {{::websvn_folder_protection_-2.jpg|}} ingat harus di centang pada bagian **protection enabled** Selanjutnya anda bisa mengaksesnya langsung melalui browser http://domainanda.com/websvn-2.3.3/