/yby-legacy

A platform for collaborative mapping

Primary LanguageHTML

NOTICE: This repository is deprecated. It contains the early versions of Mapas Coletivos - once called Yby - and is kept here for historical purposes. Please visit current api-service and webapp repositories.

Mapas Coletivos

Mapas Coletivos is collaborative mapped narratives platform built on top of YBY and YBY Client.

Installation

  • Run a YBY server;
  • Clone and install a YBY client following it's installation process;
  • Clone this repository inside a directory called themes, on your yby client root;
  • Add this properties to your app/config.js
   	theme: 'mapascoletivos',
	pages: [
		{
			path: '/tutorial/',
			template: '/views/pages/tutorial.html',
			title: 'Tutorial'
		},
		{
			path: '/terms-of-use/',
			template: '/views/pages/terms-of-use.html',
			title: 'Termos de uso'
		},
		{
			path: '/about/',
			template: '/views/pages/about.html',
			title: 'Sobre'
		}
	]
  • Run grunt again and start the server.