wget http://install.koken.me/releases/Koken_Installer.zip
unzip Koken_Installer.zip
this will create Koken_Installer/koken/index.php
# proxy options curl_setopt($cp, CURLOPT_PROXY, "http://our-proxy.inf.unibz.it"); //your proxy url curl_setopt($cp, CURLOPT_PROXYPORT, "8080"); // your proxy port number # proxy options
chown -R www-data /path/to/koken-dir; chmod 777 index.php
Koken files
drwxr-xr-x 6 root root 89 2013-08-27 14:54 admin -rwxr-xr-x 1 root root 6752 2013-08-27 14:53 api.php drwxr-xr-x 14 root root 4096 2013-08-27 14:53 app -rwxr-xr-x 1 root root 980 2013-08-27 14:53 dl.php -rwxr-xr-x 1 root root 192 2013-08-27 14:53 index.php -rwxr-xr-x 1 root root 8653 2013-08-27 14:54 i.php -rwxr-xr-x 1 root root 208 2013-08-27 14:54 preview.php drwxr-xr-x 10 www-data www-data 154 2013-08-26 23:02 storage
When an update is available change this:
# proxy options curl_setopt($cp, CURLOPT_PROXY, "http://proxy.inf.unibz.it"); //your proxy url curl_setopt($cp, CURLOPT_PROXYPORT, "8080"); // your proxy port number # proxy options