2017 © Pedro Peláez
 

library citadel

A tdt extension for Citadel on the Move

image

pietercolpaert/citadel

A tdt extension for Citadel on the Move

  • Monday, August 26, 2013
  • by pietercolpaert
  • Repository
  • 1 Watchers
  • 0 Stars
  • 1 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Citadel on the Move for The DataTank

This tdt extension will transform datasets in the citadel on the move POI format., (*1)

Install

Requirements

  • PHP 5.3
  • composer (get composer)
  • apache 2
  • mysql
  • mod rewrite enabled

The steps to install everything

  • git clone https://github.com/tdt/start.git
  • cd start
  • git checkout feature-tdtnext
  • fill out all configuration files in app/config
  • make sure the public/ folder is you public www directory in apache2 and the site is enabled (edit /etc/apache2/sites-available/... ; a2ensite ...)
  • composer require pietercolpaert/citadel
  • composer update

Add pietercolpaert\citadel\Test to app/config/tdtext.json, (*2)

The Versions

26/08 2013

dev-master

9999999-dev http://thedatatank.com

A tdt extension for Citadel on the Move

  Sources   Download

AGPL-3.0

The Requires

  • php >=5.3.0