coWiki 0.3.4
Current user:   guest   Change Preferences
   List directory   History   Similar   Print version 
Home 
   News 
   Downloads 
   CVS access 
   FAQ 
   Forum / Mailing lists 
   Development 
   Who is using what? 
Pigalle 
   Screenshots 
   Install 
   Status 
   FAQ 
   License 
YaBook 
   Screenshots 
   Install 
   Status 
   FAQ 
   License 
PPhlogger 
   FAQ 
   License 
Sourdough 

hosted by:
Onlime.ch Webhosting

Do you like Sourdough?
Keep it a free software!

Referrers
www.google.de
www.php-free.de
www.mijnhomepage.nl
fjsk.s39.xrea.com
....247-eshopping.co.uk
sourceforge.net
11k.net
www.phpfreaks.com
YaBook > Install

 
rw-rw-r--   iezzip   users

YaBook Install


Requirements

  • Any kind of operating system. YaBook has been tested on both Linux and Windows.
  • Apache webserver (http://www.apache.org). YaBook works on both Apache 1.3.xx or 2.0.x. On Windows, it might work on IIS as well, but currently we are not doing any testing on it.
  • One of the following database systems:
  • PHP 5 or later version. PHP 4.3.x won't work! Any versions below 5.0.0 (final) are not supported!
  • of course all of it working together ... and a HTML-browser

For your information: the YaBook demonstration we are using currently is actually served by a PHP 5.0.4 and ZendEngine 2.0.4-dev backend.


Quick Install

Installation of YaBook is EASY! There is not even an installation script required to run, because YaBook automatically detects a new installation. The current installation instructions are located in your YaBook distribution: /private/doc/INSTALL.

[1] Unzip the distribution and make sure you keep the file-structure

[2] Edit config.inc.php and enter your database information
    At least, change the following settings:
    
    $conf['dsn'] = array(
        'username' => 'xxxxxxxx',
        'password' => 'xxxxxxxx',
        'database' => 'xxxxxxxx'
    );

[3] Make the following directory writable:
    
    /private/log     chmod 777
    
    If your webserver runs under the same group as your user, chmod 660
    might as well do it.

[4] Run YaBook!
    That's it, you won't need any further install instructions, as
    YaBook does automatically detect a new installation and creates
    the needed tables in your database. Default configuration is good
    in most cases.
    
    Run index.php from your browser and enjoy YaBook!

[5] To configure your new installation, please log-in with the default
    admin user:
    
    username= admin
    password= 1234
    
    You should then enter the "User Administration" (link on top of page).
    Either create your own user(s) and delete the default admin user or 
    at least change his password.

Upgrading to a newer version

Upgrading to a newer version of YaBook is easy. All you need to do is to replace the whole YaBook directory with the newer release files. You only need to re-enter the connection options of your database connection in the new config.inc.php. There is no further action required. YaBook will automatically upgrade your database scheme if required on the first web access to your YaBook installation. It will detect your previous version information and automatically runs an incremental upgrade.



Reference Install
https://phpee.com/YaBook/Install


Prev. Screenshots   Status Next


Home | Pigalle | YaBook | PPhlogger | Sourdough | RSS 1.0 | GEO URL

Driven by coWiki 0.3.4 (Boron) web collaboration tool.