Skip to content

Latest commit

 

History

History
 
 

README.md

description Please note that at the time, our installation guides assume an intermediate level of knowledge about git, web servers, server configuration and the technologies we use to run the system.

Setup Guides

Deploying to production environments

{% page-ref page="installing-for-production-environments.md" %}

Platform API (Backend) Install Guides

Installing with Vagrant

This is the preferred option for local development. The Ushahidi dev team uses this setup for most of their development work.

{% page-ref page="vagrant-setup.md" %}

Installing with XAMPP

This option is only recommended for local development, in particular for situations where it's not feasible or desirable to setup vagrant or docker. It has been tested and developed with the help of members of our community.

{% page-ref page="xampp.md" %}

Installing from the platform-release repository

Deploy-ready versions from the platform-release repository, which contains production-ready tags of the platform. Ready to use with docker.

{% page-ref page="./" %}

Platform Client (Frontend) install guides

{% page-ref page="setting-up-the-platform-client.md" %}