Instructions for Server Setup

The first step in our implementation of the MAST project is to set up the Amazon EC2 instance that will host our ODK Central, Webmin, and PostgreSQL databases and schemas. These services allow us to store and manage all the data needed for producing land certificates.

ODK’s infrastructure collects our data, but is not a good place to manage the data. We push out the data we collect with ODK to another database, where we validate, store, analyze and produce certificates. This requires 2 database schemas, the first is an intermediary database (update schema) that holds all the incoming data, the second database has only validated data (public schema). Between the first and second database, the data is cleaned and validated through a series of SQL scripts. The public schema holds the checked and validated data.

This section will go over how to set up a Amazon EC2 instance running Ubuntu and how to log into your server instance using PuTTY. Then the instructions will go over how to install ODK Central, Webmin and PostgreSQL onto the server.

Previous <> Next


Table of contents


This site serves as the technical documentation for the set up and use of ILRG's customary land documentation technology, an adaptation of USAID's MAST project.