library citadel
A tdt extension for Citadel on the Move
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
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)