Skip to content
This repository has been archived by the owner on Sep 13, 2022. It is now read-only.

Commit

Permalink
Ready for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Glennmen committed Jun 17, 2017
1 parent f0ab99b commit 4355a3e
Showing 1 changed file with 7 additions and 33 deletions.
40 changes: 7 additions & 33 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,43 +7,17 @@ PokeMap Standalone Frontend or PMSF for short is a PHP Map Interface for the Mon
It supports all the common database engines, including MySQL, MariaDB, Postgres, MsSQL, SQLite

## Get Started
Go to our[Wiki](https://github.com/Glennmen/PMSF/wiki)for more info about installation.

### Install via ZIP

* Download the Source Zip and Extract the Files to your Web Host

### Install via Git

* Navigate to your Web Host and
```
git clone https://github.com/Glennmen/PMSF.git
```

### Edit config.php

* Edit the config.php file making sure to add your database details including database type and port if different to standard. Google API Key and starting Lat/Lon

### setup.php

####Nginx
* Add nginx.conf to your server nginx.conf file

**Not needed, database columns are not used**
* ~~Browse to your website and run the /install.php for example.... mywebsite.com/install.php. If you see a white screen with no errors your map should now work, go to your website and enjoy the map!~~


# Common Problems
1) Database wont connect but I know the details are correct. In this scenario make sure you have the php-database driver installed. For example php7.0-mysql for mysql or php7.0-pgsql for Postgrel

# Feedback
Create an issue if you have any bugs, suggestions, improvements! (Discord channel will follow)
## Feedback
Create an issue if you have any bugs, suggestions or improvements! (Discord channel will follow)

## Thanks

* Thanks MSF for the great basis for this project: [https://github.com/Nuro/MSF](https://github.com/Nuro/MSF)
* Thanks[MSF](https://github.com/Nuro/MSF)for the great basis for this project.

* Noctem for the awesome Monocle Scanner! [https://github.com/Noctem/Monocle](https://github.com/Noctem/Monocle)
* Noctem for the awesome[Monocle Scanner](https://github.com/Noctem/Monocle)!

* RocketMap for their scanner: [https://github.com/RocketMap/RocketMap](https://github.com/RocketMap/RocketMap)
* [RocketMap](https://github.com/RocketMap/RocketMap)for their scanner.

* Medoo for the ORM framework: [http://medoo.in](http://medoo.in)
* [Medoo](http://medoo.in) for the ORM framework.

0 comments on commit 4355a3e

Please sign in to comment.