Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

To set up the Web Application and customise it locally follow these steps:

  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
  8. 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)

To set up mobile phone applications and customise them locally follow these additional steps:

  1. Set up the Web Services on the Server (Web service installation guide)
  2. Download the source code for the Mobile Applications:
    1. openIMIS APK
    2. Claim APK
  3. Localise the Mobile Applications:
    1. Configure the Web Services's URL (Mobile application configuration guide)
    2. Escape procedure (Escape class)
  4. Build application APK (Android Studio build)
  5. Install application on mobile phone or run in Android Emulator 


  • No labels