Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 863 Bytes

getting_started.md

File metadata and controls

46 lines (32 loc) · 863 Bytes

Getting Started

TODO review this document after TenFour rebrand

Before setting up the project, make sure you have the following installed:

Setup

git clone [email protected]:ushahidi/tenfour-api.git
cd tenfour-api
composer install

Environment configuration

Copy the environment configuration.

cp .env.example .env

Run migrations and add sample data

vagrant up
vagrant ssh
cd tenfour
./artisan migrate
./artisan db:seed

And finally, add the following to your /etc/hosts file:

192.168.10.10 tenfour.local

Go to http://tenfour.local/ in your browser to verify that everything worked.

Log in as an organization owner

Use organization tenfourtest Use the email [email protected] with password westgate