- Links
100% right
Author:
    Elena-Ramona Modroiu
Latest version of SIREMIS 1.x is available at:
Untar the archive on the local file system (e.g., in your web server root folder):
Set the web URL alias to SIREMIS-WEB folder:
  Alias /siremis/ "/var/www/siremis-x.y.z/siremis-web/"
  <Directory "/var/www/siremis-x.y.z/siremis-web/">
      Options Indexes FollowSymLinks MultiViews
      AllowOverride All
      Order allow,deny
      Allow from all
      RedirectMatch ^/siremis/$ /siremis/bin/
      <Files ~ "\.inc$">
          Order allow,deny
          Deny from all
      </Files>
  </Directory>
Set the connection to MySQL:
Create user access table:
CREATE TABLE `ob_users` ( `SYSID` INT(11) NOT NULL AUTO_INCREMENT, `USERID` VARCHAR(15) NOT NULL, `PASSWORD` VARCHAR(15) DEFAULT NULL, PRIMARY KEY (`SYSID`) );
INSERT INTO ob_users(USERID, PASSWORD) VALUES (‘admin’, ‘admin’);
Access the web page:
    http://yourserver.com/siremis/
    Enter username and password to log in
If you want Accounting Services follow instructions at Install Accounting
Quick upgrade:
Upgrade guidelines:
Enjoy! We appreciate your feedback!