From 1b73de8d49865deb6a139c404f742fa43b5e2726 Mon Sep 17 00:00:00 2001 From: Exodus 4D Date: Wed, 26 Aug 2015 21:45:13 +0200 Subject: [PATCH 01/11] Create README.md --- README.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 00000000..05a5783b --- /dev/null +++ b/README.md @@ -0,0 +1,29 @@ +# pathfinder +EVE Online - Pathfinder + +``` + |-- (0755) app + |-- app + |-- lib + |-- main + |-- (0755) build_js + |-- (0755) js + |-- (0777) logs + |-- (0755) public + |-- (0777) tmp + |-- (0755) .htaccess + |-- (0755) index.php + |-- app.js + |-- db.js + |-- directoryList.md + |-- index.html + |-- mddir.js + |-- routing.js + |-- server.js + |-- _api + |-- api.groups.js + |-- api.posts.js + |-- api.users.js + |-- api.widgets.js + |-- _components +``` From 76ff45412a259d63984616b49150acdf0a575d4f Mon Sep 17 00:00:00 2001 From: Exodus 4D Date: Wed, 26 Aug 2015 21:48:44 +0200 Subject: [PATCH 02/11] Update README.md --- README.md | 20 +++++++------------- 1 file changed, 7 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 05a5783b..02ce39ff 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,15 @@ EVE Online - Pathfinder ``` |-- (0755) app |-- app + |-- ... |-- lib + |-- ... |-- main + |-- ... + |-- config.ini --> config "f3" framework + |-- cron.ini --> config cronjobs + |-- pathfinder.ini --> config pathfinder + |-- routes.ini --> config routes |-- (0755) build_js |-- (0755) js |-- (0777) logs @@ -13,17 +20,4 @@ EVE Online - Pathfinder |-- (0777) tmp |-- (0755) .htaccess |-- (0755) index.php - |-- app.js - |-- db.js - |-- directoryList.md - |-- index.html - |-- mddir.js - |-- routing.js - |-- server.js - |-- _api - |-- api.groups.js - |-- api.posts.js - |-- api.users.js - |-- api.widgets.js - |-- _components ``` From e66f245280076e5edf10662c899263b699db1003 Mon Sep 17 00:00:00 2001 From: Exodus 4D Date: Wed, 26 Aug 2015 21:49:17 +0200 Subject: [PATCH 03/11] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 02ce39ff..5f7b41e8 100644 --- a/README.md +++ b/README.md @@ -9,10 +9,10 @@ EVE Online - Pathfinder |-- ... |-- main |-- ... - |-- config.ini --> config "f3" framework - |-- cron.ini --> config cronjobs - |-- pathfinder.ini --> config pathfinder - |-- routes.ini --> config routes + |-- config.ini --> config "f3" framework + |-- cron.ini --> config cronjobs + |-- pathfinder.ini --> config pathfinder + |-- routes.ini --> config routes |-- (0755) build_js |-- (0755) js |-- (0777) logs From 36667a60c495f988509873ba2f2a82d82c94b377 Mon Sep 17 00:00:00 2001 From: Exodus 4D Date: Wed, 26 Aug 2015 21:52:56 +0200 Subject: [PATCH 04/11] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5f7b41e8..fe1ffd20 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,12 @@ EVE Online - Pathfinder ``` - |-- (0755) app - |-- app + |-- (0755) app --> backend [*.php] + |-- app --> "Fat Free Framework" extensions |-- ... - |-- lib + |-- lib --> "Fat Free Framework" |-- ... - |-- main + |-- main --> "PATHFINDER" root |-- ... |-- config.ini --> config "f3" framework |-- cron.ini --> config cronjobs From 732327b33423d2b79f2e4b9324aae1b61a963ec0 Mon Sep 17 00:00:00 2001 From: Exodus 4D Date: Wed, 26 Aug 2015 21:56:47 +0200 Subject: [PATCH 05/11] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fe1ffd20..330b477e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ -# pathfinder -EVE Online - Pathfinder +# PATHFINDER +> lalala +## EVE ONLINE mapping tool ``` |-- (0755) app --> backend [*.php] From 23341f1567cbb6df8ee827f8df6f32c137eaaab6 Mon Sep 17 00:00:00 2001 From: Exodus 4D Date: Wed, 26 Aug 2015 21:58:26 +0200 Subject: [PATCH 06/11] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 330b477e..8570a70d 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ > lalala ## EVE ONLINE mapping tool -``` + |-- (0755) app --> backend [*.php] |-- app --> "Fat Free Framework" extensions |-- ... @@ -21,4 +21,4 @@ |-- (0777) tmp |-- (0755) .htaccess |-- (0755) index.php -``` + From 115754cadd319747e5b1fa12190ed5cad1cd7c14 Mon Sep 17 00:00:00 2001 From: Exodus 4D Date: Wed, 26 Aug 2015 22:02:35 +0200 Subject: [PATCH 07/11] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 8570a70d..2f2aa09a 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -# PATHFINDER -> lalala -## EVE ONLINE mapping tool - +## *PATHFINDER* +### Mapping tool for *EVE ONLINE* +### Directory structure (production deployment) +``` |-- (0755) app --> backend [*.php] |-- app --> "Fat Free Framework" extensions |-- ... @@ -21,4 +21,4 @@ |-- (0777) tmp |-- (0755) .htaccess |-- (0755) index.php - +``` From cb69754897ff9da1c8fab133291fe3a20a5c723d Mon Sep 17 00:00:00 2001 From: Exodus 4D Date: Wed, 26 Aug 2015 22:21:39 +0200 Subject: [PATCH 08/11] Update README.md --- README.md | 46 ++++++++++++++++++++++++++++------------------ 1 file changed, 28 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index 2f2aa09a..d76da5bb 100644 --- a/README.md +++ b/README.md @@ -1,24 +1,34 @@ ## *PATHFINDER* -### Mapping tool for *EVE ONLINE* +Mapping tool for *EVE ONLINE* + +## Directory structure (production) -### Directory structure (production deployment) ``` |-- (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 - |-- (0755) js - |-- (0777) logs - |-- (0755) public - |-- (0777) tmp - |-- (0755) .htaccess + |-- 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 + |-- ... + |-- (0755) public --> frontend source + |-- css --> CSS build folder (minified) + |-- fonts --> Web/Icon fonts + |-- img --> images + |-- templates --> templates + |-- (0777) tmp --> cache folder + |-- ... + |-- (0755) .htaccess --> reroute/caching rules |-- (0755) index.php ``` From acfeb2ee01f87c2fddbc86e4153797dbe8c2c1cb Mon Sep 17 00:00:00 2001 From: Exodus 4D Date: Wed, 26 Aug 2015 22:37:00 +0200 Subject: [PATCH 09/11] Update readme.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index d76da5bb..19df8b3e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ ## *PATHFINDER* Mapping tool for *EVE ONLINE* +url: https://www.pathfinder.exodus4d.de ## Directory structure (production) ``` @@ -22,11 +23,15 @@ Mapping tool for *EVE ONLINE* |-- 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 From 18d34bdff7a5db9720b22261b5c3750a10bef7b8 Mon Sep 17 00:00:00 2001 From: Exodus 4D Date: Wed, 26 Aug 2015 22:57:47 +0200 Subject: [PATCH 10/11] Update README.md --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 19df8b3e..56660182 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,21 @@ Mapping tool for *EVE ONLINE* url: https://www.pathfinder.exodus4d.de -## Directory structure (production) + +### Project requirements +> #### APACHE Webserver +http://fatfreeframework.com/system-requirements +- 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 + +#### Development +> t.b.a. + +### Folder structure (production) ``` |-- (0755) app --> backend [*.php] From 3172a0b7833af8a9dcd75cd4f3a51043eecaa5a6 Mon Sep 17 00:00:00 2001 From: Exodus 4D Date: Wed, 26 Aug 2015 23:11:24 +0200 Subject: [PATCH 11/11] Update README.md --- README.md | 36 ++++++++++++++++++++++++------------ 1 file changed, 24 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 56660182..1f84df19 100644 --- a/README.md +++ b/README.md @@ -3,20 +3,32 @@ Mapping tool for *EVE ONLINE* url: https://www.pathfinder.exodus4d.de -### Project requirements -> #### APACHE Webserver -http://fatfreeframework.com/system-requirements -- 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 +### 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 -#### Development -> t.b.a. + 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) +### Folder structure (production) ---------------------------------------- ``` |-- (0755) app --> backend [*.php]