openrat-cms

OpenRat Content Management System
git clone http://git.code.weiherhei.de/openrat-cms.git
Log | Files | Refs

INSTALL.en.txt (1768B)


      1 Openrat installation:
      2 ---------------------
      3 
      4 Manually (XAMPP or Linux):
      5 
      6 1. Copy the folder "openrat" into the folder /usr/share.
      7 2. Create a database in MySQL WITHOUT tables.
      8 3. Import the SQL dump from file
      9    /usr/share/openrat/doc/database/sql/mysql/create.sql into the data base.
     10 4. Adapt the database parameters in file
     11    /usr/share/openrat/config/database.ini.php.
     12 5. Merge apache.conf from /usr/share/openrat/doc into httpd.conf (Apache 1) or,
     13    after renaming (e.g. of apache.conf in openrat), placing it into
     14    "sites-available" and activate itwith a2ensite (Apache 2).
     15 6. Call with http://<server>/openrat/, whereby you must replace <server>
     16    depending upon installation (XAMPP or Linux server) by "localhost" or the
     17    name of the server.
     18 7. Login with admin/admin
     19 
     20 Debian package:
     21 
     22 1. Install the package with "apt-get", aptitude or one of the other package
     23    managers.
     24 2. Create a database in MySQL WITHOUT tables.
     25 3. Import the SQL dump from file
     26    /usr/share/doc/openrat/database/sql/mysql/create.sql into the data base.
     27 4. Adapt the database parameters in file
     28    /usr/share/config/database.ini.php.
     29 5. Merge apache.conf from /usr/share/doc/openrat into httpd.conf (Apache 1) or,
     30    after renaming (e.g. of apache.conf in openrat), placing it into
     31    "sites-available" and activate itwith a2ensite (Apache 2).
     32 6. Call with http://<server>/openrat/, whereby you must replace <server>
     33    depending upon installation by the name of the server (if you access it over
     34    a network) or by "localhost" (if you use a local Apache server).
     35 7. Login with admin/admin
     36 
     37 Conditions:
     38 ---------------
     39 
     40 Data base: MySQL >= 3,23 or PostgreSQL >= 7.21
     41 PHP: >= 4.1.2
     42 
     43 Possible problems:
     44 -----------------
     45 
     46  - "Internal server error"
     47     => delete file .htaccess.