My favorites | Sign in
Logo
             
Search
for
Updated Jul 12, 2008 by dmitry.shilnikov
HowToInstall  
How to install Glossword?

From the local computer to a remote hosting

  • Unpack the package glossword-1.x.x.zip to local machine. Use a tool like 7-Zip to extract archive files.
  • Upload the contents of folder /glossword/1.x to a remote hosting.
  • Set writing permissions for folder /glossword/gw_temp and several subfolders. It can be done with any FTP-client software or by the command line:
  • # cd /usr/local/apache/htdocs/glossword 
    # chmod 0777 gw_temp
    # chmod 0777 gw_temp/t
    # chmod 0777 gw_temp/a
    # chmod 0777 gw_temp/gw_cache_sql
    # chmod 0777 gw_temp/gw_export
    # chmod 0777 gw_temp/gw_logs
  • Set writing permissions for file /db_config.php:
  • # chmod 0666 db_config.php
    Index of /usr/local/apache/htdocs/glossword
    File/Folder  Name            chmod value  Permissions
    *      [DIR] gw_addon        -
    *      [DIR] gw_install      -
    *      [DIR] gw_locale       -
    *      [DIR] gw_temp         0777         drwxrwxrwx
    *      [DIR] gw_xml          -
    *      [DIR] img             -
    *      [DIR] inc             -
    *      [DIR] lib             -
    *      [DIR] templates       -
    *            .htaccess       -
    *            favicon.ico     -
    *            css.php         -
    *            custom_vars.php -
    *            db_config.php   0666         -rw-rw-rw-
    *            gw_admin.php    -
    *            gw_login.php    -
    *            index.php       -
    *            robots.txt      -
  • Now, if your site is domain.tld and Glossword is installing into root directory then the link to installation will be http://domain.tld/gw_install/.

Notes:

  • It is possible to use another temporary folder, but it must be readable by web server and it must be additionally set in file /inc/config.inc.php.
  • chmod levels 0666 and 0777 are required unless your system uses another permissions. For example, if you are using CGIWrap that runs PHP scripts under the UID of the owner of the file, rather than under the UID of the web server, then chmod to 0644 and 0755.
  • Turn off PHP Safe mode if possible. Glossword needs a temporary directory to manage visual themes, avatars, cached database requests, log-files, and exported files.

From the local computer to the local computer

The installation of Glossword to the local computer with operating systems MS Windows 2000/XP/2003:

  • Install Glossword-WAMP.
  • Unpack the contents of file glossword-1.x.x.zip to folder C:\Program Files\Glossword-WAMP\htdocs.
  • Open in a browser the link http://localhost:81/glossword/gw_install/.

Follow instructions in the installation script. It will create all required database tables and administration account.

Now you should be able to start using your Glossword site immediately.

: eng, rus, spa

Hosted by Google Code