Interactive Political Maps
The following readme should help you get started with contributing to the YAPms project
1. Install the following packages on Debian
sudo apt install php7.0 git
2. Create a directory for the YAPms code
mkdir yapms
cd yapms
3. Initialize a git project in the directory
git init
4. Add the remote repository
git remote add origin https://github.com/yapms/YAPms
5. Pull the code
git pull origin master
6. Navigate into /app
cd app
7. Start a local php server
php -S localhost:8000
8. Open your web browser and enter the following into the search bar
localhost:8000