Skip to content
This repository has been archived by the owner on Dec 24, 2020. It is now read-only.
/ Wikiline Public archive

A global timeline created from Wikipedia

Notifications You must be signed in to change notification settings

aurbano/Wikiline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wikiline

A global timeline created from Wikipedia

Executing

WikiLine requires MySQL, first create a new database called 'timeline'. Assign a new user called 'time' to it, with password 'hWwnZbAT6dME9vde' (For development)

On the release server everything will run automatically from cron jobs, but on development you have to run the crawler and parser manually. To start it up you must manually insert a Wikipedia entry on the database (Only the article ID, for example Thomas_edison), then run crawler.php

Workflow

All new work should be done on a new branch, once it works fine we send in a pull request. For automatic merges just go on, if the merge cannot be resolved automatically go in shell mode to fix the merge manually.

All code in the master branch should be fully functional.

Analytics