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
public:install-koken [2013/08/08 10:33] kohofer@unibz.itpublic:install-koken [2019/01/16 10:03] (current) – external edit 127.0.0.1
Line 4: Line 4:
   - Unzip the Installer: <code>unzip Koken_Installer.zip</code>this will create Koken_Installer/koken/index.php   - 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   - 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_PROXY, "http://our-proxy.inf.unibz.it"); //your proxy url
 curl_setopt($cp, CURLOPT_PROXYPORT, "8080"); // your proxy port number curl_setopt($cp, CURLOPT_PROXYPORT, "8080"); // your proxy port number
 # proxy options</code> # proxy options</code>
-  - Upload the modified installation script index.php to your web server and change appropriate permissions:<code>chmod 777 index.php</code>+  - Upload the modified installation script index.php to your web server and change appropriate permissions:<code>chown -R www-data /path/to/koken-dir; chmod 777 index.php</code>
   - Create a MySQL database, username and password; allow localhost to access database   - Create a MySQL database, username and password; allow localhost to access database
-  - Point your web browser to installation script index.php +  - Point your web browser to the installation script index.php 
-  - Follow the  +  - 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. 
-  - 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+  At the end Sign in and start using Koken. 
-  - Follow steps + 
-  - Begin installation +{{:public:koken-server-test_01.png?300|}} {{:public:koken-setup-database_02.png?300|}} {{:public:koken-setup-timezone_03.png?300|}} 
-  Setup user +{{:public:koken-setup-user_04.png?300|}} {{:public:koken-download-install_05.png?300|}} {{:public:koken-installation-complete_06.png?300|}} 
-  - Setup database +{{:public:koken-sign-in_07.png?300|}} 
-  - Set timezone + 
-  - Install now + 
-  - Installing..+Koken files 
-  - Start +<code> 
-  - Sign in +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 
 +</code> 
 + 
 +====== Update Koken ====== 
 + 
 +When an update is available change this: 
 + 
 +  * cd /home/www/default/projects/benincasa-art/app/application/core 
 +  * vi Koken_Controller.php 
 +  * add after line 33 this 4 lines 
 +  * <code># 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</code> 
 + 
 + 
/data/www/wiki.inf.unibz.it/data/attic/public/install-koken.1375950810.txt.gz · Last modified: 2019/01/16 10:03 (external edit)