User Tools

Site Tools


public:install-koken

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
public:install-koken [2013/08/08 10:26] kohofer@unibz.itpublic:install-koken [2013/08/08 10:55] kohofer@unibz.it
Line 1: Line 1:
 ====== Install Koken (Linux) ====== ====== Install Koken (Linux) ======
  
-  - Download [[http://help.koken.me/customer/portal/articles/632102-installation|Koken]] +  - Download [[http://help.koken.me/customer/portal/articles/632102-installation|Koken]] <code>wget http://install.koken.me/releases/Koken_Installer.zip</code> 
-  - Edit index.php file after line 56 +  - 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 
-<code> +curl_setopt($cp, CURLOPT_PROXY, "http://passage.inf.unibz.it"); //your proxy url 
-add proxy options +curl_setopt($cp, CURLOPT_PROXYPORT, "8080"); // your proxy port number 
-  58                                 curl_setopt($ch, CURLOPT_PROXY, "http://passage.inf.unibz.it"); //your proxy url +# proxy options</code> 
-  59                                 curl_setopt($ch, CURLOPT_PROXYPORT, "8080"); // your proxy port number  +  - Upload the modified installation script index.php to your web server and change appropriate permissions:<code>chmod 777 index.php</code> 
-  60                                 add proxy options +  - Create a MySQL database, username and password; allow localhost to access database 
-</code> +  - Point your web browser to the installation script index.php 
-  - Upload file to web server and chmod 777 index.php +  - If the minimum Server requirements are meet the Koken welcome screen will appear. Follow the pages, filling out all the necessary data, e.g. database configuration, administrative details and other configuration settings. 
-  - Create DB (host=localhost) +  - At the end Sign in and start using Koken. 
-  - Point browser to index.php file + 
-  - Follow steps +{{:public:koken-server-test_01.png?300|}} {{:public:koken-setup-database_02.png?300|}} {{:public:koken-setup-timezone_03.png?300|}} 
-  - Begin installation +{{:public:koken-setup-user_04.png?300|}} {{:public:koken-download-install_05.png?300|}} {{:public:koken-installation-complete_06.png?300|}} 
-  - Setup user +{{:public:koken-sign-in_07.png?300|}}
-  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