Subversion Repositories computer_asset_manager_v2

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
24 rodolico 1
<html>
2
   <body>
3
      <p>Installation at this time is a manual process. The source should be unpacked into a directory, either documentroot or a subdirectory, then the following steps need to be made</p>
4
      <ol>
5
         <li>Create a database. The tables do not have prefixes, so the database should be used only for CAMP</li>
6
         <li>Create a database user and password with full rights on the database created</li>
7
         <li>Initialize the database using the script camp_v2.sql</li>
8
         <li>Optional: if a CAMP v1 database is available, modify the script v1_to_v2.sql, then run it to import data from CAMP v1</li>
9
         <li>You can set permissions to be read/only (440) except for the debug directory, which must be writeable by the web server.</li>
10
         <li>Log into CAMP for the first time using username <b>admin</b> with no password</li>
11
      </ol>
12
   </body>
13
</html>