Skip to content

xxleevo/RealDeviceMap-opole

 
 

Repository files navigation

RDM o Pole

Billboard for a nice statistical view of all your data

Requirements

  • PHP >= 5.4+
  • Apache >= 2.4+ or Nginx >= 1.14.2
  • Apache mod_rewrite enabled.
  • Existing RealDeviceMap database.

Install

1.) Clone the repository with the correct branch: git clone -b do https://github.com/xxleevo/RealDeviceMap-opole RDMOPOLE (change RDMOPOLE to your liking)
2.) Change directory to the newly cloned folder: cd raids
3.) Install Composer (https://getcomposer.org)
4.) In the clone folder install the composer components required for the project: composer install
5.) Copy the example configuration file: cp config.example.php config.php

Configuration

Time Zone
Execute the following on your SQL database to load the time zone tables in the mysql database in order for the time zone conversion to work.
mysql_tzinfo_to_sql /usr/share/zoneinfo

config.php
Core
1.) Set your time zone e.g. Europe/Berlin
2.) Set a startup location for any map objects to start at.

Database (db)
1.) Fill in your database IP or FQDN address.
2.) Set your database username and password.
3.) If you use a different database name than default, specify it.

Urls
1.) Set your pokemon images url including file extension and pokemon id placeholder in the url address.
e.g. http://example.com/images/pokemon/%s.png, http://example2.com/images/pokemon/%03d_000.png, etc
2.) Set your egg images url, same as pokemon, include the placeholder and file extension in the url address.
e.g. http://example.com/images/egg/%s.png (For a Quick setup for images, just follow the line instruction in the config example)

All other configuration options are default and optional at your discession.

Geofences

Create or copy your existing geofences to the geofences folder. The following is the expected format:

[City Name]  
0,0  
1,1  
2,2  
3,3  

Thanks

  • Credit to Zyahko and his creditors for the base.
  • Credit to versx and his creditors for the main repository of RDM-o-Pole

About

Billboard to show active raids

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 62.9%
  • JavaScript 31.4%
  • CSS 2.8%
  • HTML 2.8%
  • Dockerfile 0.1%