Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Updated readthedocs links

...

  1. Procure Windows based Server (minimum requirements)
  2. Start with reading the installation manual (docs.openimis.readthedocs.ioorg)
  3. Download the source code for the Web Application (Github link)
  4. Localise the system at Web Application's source code level:
    1. Escape procedures (EscapeBL class)
    2. Language translation(i.e. resource file for French language)
    3. Language customization (e.g Different zones name in Chad)
  5. Publish the application with visual studio community (how to deploy to a local folder)
  6. Set up the Server:
    1. Database
    2. Web Application (with the previous published version)
    3. Windows Services 
  7. Localise the system at Database level:
    1. Language selection table (based on the language customisation from 4.b, max 2 languages): tblLanguages
    2. Language translation tables: tblEducations, tblFamilyTypes, tblGender, tblIdentificationTypes, tblLegalForms, tblPayerType, tblProfessions, tblRelations
    3. Control table: tblControls (configure optional, mandatory and hidden fields in specific forms)
    4. IMIS defaults: tblIMISDefaults
  8. Configure the Web Application:
    1. Update the Email settings 
  9. Building of registers by using a combination of the following:
    1. Bulk uploads from the user interface (Upload / Download selected registers)
    2. Use the Import Tool and insert directly into database (instructions
    3. Manual configuration (Administration of registers)

...