User Tools

Site Tools


public:install-koken

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Next revisionBoth sides next revision
public:install-koken [2013/08/07 17:13] – created kohofer@unibz.itpublic:install-koken [2013/08/08 10:33] kohofer@unibz.it
Line 1: Line 1:
 ====== Install Koken (Linux) ====== ====== Install Koken (Linux) ======
  
-  - Download Koken +  - Download [[http://help.koken.me/customer/portal/articles/632102-installation|Koken]] <code>wget http://install.koken.me/releases/Koken_Installer.zip</code> 
 +  - Unzip the Installer: <code>unzip Koken_Installer.zip</code>this will create Koken_Installer/koken/index.php 
 +  - Edit the installation script index.php by adding after line 56 this 4 lines: <code># proxy options 
 +curl_setopt($cp, CURLOPT_PROXY, "http://passage.inf.unibz.it"); //your proxy url 
 +curl_setopt($cp, CURLOPT_PROXYPORT, "8080"); // your proxy port number 
 +# proxy options</code> 
 +  - Upload the modified installation script index.php to your web server and change appropriate permissions:<code>chmod 777 index.php</code> 
 +  - Create a MySQL database, username and password; allow localhost to access database 
 +  - Point your web browser to installation script index.php 
 +  - Follow the  
 +  - You should now see the Koken welcome screen in your browser. Follow the prompts and you will be asked to input your database configuration, administrative details and other configuration settings. When complete you may sign-in and start using Koken. You may return to http://yourdomain.com/koken/admin/ anytime thereafter to sign-in. 
 +  - Follow steps 
 +  - Begin installation 
 +  - Setup user 
 +  - Setup database 
 +  - Set timezone 
 +  - Install now 
 +  - Installing... 
 +  - Start 
 +  - Sign in 
 +  
/data/www/wiki.inf.unibz.it/data/pages/public/install-koken.txt · Last modified: 2019/01/16 10:03 by 127.0.0.1