Skip to content

Latest commit

 

History

History
39 lines (20 loc) · 1.45 KB

README.md

File metadata and controls

39 lines (20 loc) · 1.45 KB

MWash

Build Status

The application is built using Codeigniter.

Application Set Up

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.

1. Clone From Github

Cloning from github is as simple as running the following command:

git clone https://github.com/Code4SierraLeone/MWash.git
2. Install Dependencies

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.

4. Import Database

Import the sql.db to your MySQL database

5. Configuration

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