Giter VIP home page Giter VIP logo

realdevicemap-opole's Introduction

RaidBillBoard

Billboard to show active raids sorted by which raids will end first with raid boss, raid level, geofence city, team control, ex-eligible raid filters.

Requirements

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

Install

1.) Clone the repository: git clone https://github.com/versx/RealDeviceMap-opole stats (change stats to your liking)
2.) Change directory to the newly cloned folder: cd stats
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. America/New_York
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

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  

Discord

https://discordapp.com/invite/zZ9h9Xa

Thanks

realdevicemap-opole's People

Contributors

versx avatar zyahko avatar dpegasusm avatar pmakarewicz-tby avatar bushe avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.