Download install Codiad
Akses url codiad dia web anda
login buat user
isi path
Paste di home folder aplikasi
Akses url codiad dia web anda
login buat user
isi path
| Project Name | Path | Delete |
|---|
edit file config.php dari codiad
edit Base_Path mengikuti subfolder aplikasi anda di folder server misal seperti di bawah ini
ubah base_url dengan domain atau ip server seperti dibawah ini,
<?php
//////////////////////////////////////////////////////////////////
// CONFIG
//////////////////////////////////////////////////////////////////
// PATH TO CODIAD
define("BASE_PATH", "E:/htdocs/aplikasiku/codiad/");
// BASE URL TO CODIAD (without trailing slash)
define("BASE_URL", "aplikasiku.aceh.go.id/codiad/");
// THEME : default, modern or clear (look at /themes)
define("THEME", "default");
// ABSOLUTE PATH
define("WHITEPATHS", "E:/htdocs/aplikasiku");
// SESSIONS (e.g. 7200)
$cookie_lifetime = "0";
// TIMEZONE
date_default_timezone_set("Asia/Bangkok");
// External Authentification
//define("AUTH_PATH", "/path/to/customauth.php");
Tidak ada komentar:
Posting Komentar