The application is built using Codeigniter.
Clone the main repository and install the needed packages. At the end, we should be able to see a the landing page displayed on the browser.
Cloning from github is as simple as running the following command:
git clone https://github.com/Code4SierraLeone/MWash.git
Run the composer install
command in the root of the cloned project's directory. This command will download and install the dependencies.
Incase of help please see the installation section of the CodeIgniter User Guide.
Import the sql.db to your MySQL database
Open the application/config/config.php
file with a text editor and set your base URL. If you intend to use encryption or sessions, set your encryption key.
Open the application/config/database.php
file with a text editor and set your database settings
!IMPORTANT: Incase your running the application on your local server or unsecure http:// please visit this issue