Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Procure Windows based Server (minimum requirements)
  2. Start with reading the installation manual (openimis.readthedocs.io)
  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 customisation (i.e. resource file for French language)
  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
    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)

...

  1. Set up the Web Services on the Server (Web service installation guide)
  2. Download the source code for the Mobile Applications:
    1. openIMIS Mobile Application
    2. Claim Mobile Application 
  3. Localise the Mobile Applications:
    1. Configure the Web Services's URL (Mobile application configuration guide)
    2. Escape procedure (Escape class)
    3. Language customisation (Localise your app, i.e. resource file for French language)
  4. Build application APK (Android Studio build)
  5. Install application on mobile phone or run in Android Emulator 
  6. Localise the system at Database level:
    1. Enrolment Mobile App rules: tblIMISDefaultsPhone
  7. Initialise the Claim Mobile Application (openIMIS Mobile Application is initialised on first run):
    1. Create and download phone extract from Web Application (IMIS Extracts)
    2. Copy the IMISDATA.DB3 file from the local machine into the ‘IMIS’ folder on the mobile phone

...