Skip to content

govro/datagovro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

data.gov.ro

Build Status

data.gov.ro is the Romanian national portal for open data.

homepage

Setup

Vagrant

  1. Install Vagrant.
  2. Clone this repo.
  3. cd datagovro && vagrant up will provision the machine using Ansible, with a CKAN installation from source.
  4. vagrant ssh to log into the machine.
  5. sudo supervisorctl status should show a running process.
  6. On localhost:8080 should be the website.

Dev Server

  1. sudo apt-get update && apt-get upgrade
  2. sudo apt-get install git
  3. git clone https://github.com/govro/datagovro.git && cd datagovro
  4. sudo ./install-dependencies.sh
  5. ansible-playbook -i "localhost," -c local playbook.yml

Folder hierarchy

  • docs/
  • provisioning/install-dependencies.sh - bootstraping for Ansible
  • provisioning/playbook.yml - provisioning Ansible script
  • provisioning/files - configs

Logs are in /var/log/supervisor.

Monitoring

Uptime on the last 30 days.

Releases

No releases published

Packages

No packages published

Languages