co-cddo / esda-builder

An application to help create ESDA submissions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ESDA Builder

This application presents a sequence of web forms that are used to build an ESDA submission

Installation

To run this application, you will need Ruby and Postgres installed locally.

To install the app clone the application and then cd into the app root. Then run the following commands:

  • bundle
  • rails javascript:build
  • rails css:build
  • rails db:create
  • rails db:migrate

You should then be able to start a server instance using the command rails s. The application should then be available at http://localhost:3000

About

An application to help create ESDA submissions


Languages

Language:Ruby 81.6%Language:HTML 17.7%Language:Shell 0.4%Language:SCSS 0.1%Language:Procfile 0.1%Language:JavaScript 0.1%