Giter VIP home page Giter VIP logo

pathfinder's Introduction

PATHFINDER (DRAFT VERSION)

Mapping tool for EVE ONLINE

url: https://www.pathfinder.exodus4d.de

IMPORTANT: This project is still in beta phase and is not officially released! Feel free to check the code for security issues. You can not get the project to work, on your own server, until some required SQL dumps have been included to this repository! I will provide all required dumps once the beta phase is over. Do not expect this before the end of 2015.

Project requirements ---------------------------------------------

APACHE Webserver

  • PHP 5.3.4 or higher
  • PCRE 8.02 or higher (usually shipped with PHP package, but needs to be additionally updated on CentOS or Red Hat systems)
  • mod_rewrite and mod_headers enabled
  • GD libary (for Image plugin)
  • cURL, sockets or stream extension (for Web plugin)
  • Gzip compression

Nginx and Lighttpd configurations are also possible. http://fatfreeframework.com/system-requirements

Database

  • mysql: MySQL 5.x
  • sqlite: SQLite 3 and SQLite 2
  • pgsql: PostgreSQL
  • sqlsrv: Microsoft SQL Server / SQL Azure
  • mssql, dblib, sybase: FreeTDS / Microsoft SQL Server / Sybase
  • odbc: ODBC v3
  • oci: Oracle

Here is a list of links to DSN connection details for all currently supported engines in the SQL layer: http://fatfreeframework.com/sql

Development Environment

  • t.b.a.

Folder structure (production) ------------------------------------

  |-- (0755) app              --> backend [*.php]
      |-- app               --> "Fat Free Framework" extensions
      |-- lib               --> "Fat Free Framework"
      |-- main              --> "PATHFINDER" root
      |-- config.ini        --> config "f3" framework
      |-- cron.ini          --> config cronjobs
      |-- pathfinder.ini    --> config pathfinder
      |-- routes.ini        --> config routes
  |-- (0755) build_js       --> JS build folder and source maps (minified, uglified)
      |-- app               --> "PATHFINDER" core files
      |-- lib               --> 3rd partie extension/library
      |-- build.txt         --> generated build summary
  |-- (0755) js             --> JS source files (raw)
      |-- app               --> "PASTHFINDER" core files (not used for production )
      |-- lib               --> 3rd partie extension/library (not used for production )
      |-- app.js            --> require.js config (!required for production!)
  |-- (0777) logs           --> log files
      |-- ...
  | -- node_modules         --> node.js modules (not used for production )     
      |-- ...
  |-- (0755) public         --> frontend source
      |-- css               --> CSS build folder (minified)
      |-- fonts             --> Web/Icon fonts
      |-- img               --> images
      |-- templates         --> templates
  |-- sass                  --> SCSS source (not used for production )
      |-- ...
  |-- (0777) tmp            --> cache folder
      |-- ...
  |-- (0755) .htaccess      --> reroute/caching rules
  |-- (0755) index.php

pathfinder's People

Contributors

exodus4d avatar

Watchers

 avatar  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.