Versions Compared

Key

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

To set up the system (web application) and customize Web Application and customise it locally follow these steps:

  1. Procure Windows based Server (link minimum requirements)
  2. Start with reading the installation manual (linkopenimis.readthedocs.io)
  3. Downloading Download the source code for the Web Application (Github link)Modification of source code to localize (escape procedures and language customization) (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) link (how to deploy to a local folder)
  6. Set up the server (database + web application + windows services) (link)
  7. Localization of the system (changes at database level - language and controls) (link)
  8. Building of registers (bulk uploads - user interface, database and manual configurationServer:
    1. Database
    2. Web Application (with the previous published version)
    3. Windows Services 
  9. 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
  10. 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