Skip to content

big-data-europe/webcat

 
 

Repository files navigation

Build Status Code Climate Test Coverage

Webcat

webCAT is a frontend for muDCAT, a configuration for mu.semte.ch which follows the DCAT standard.

The application doesn't support the full DCAT standard, but it can easily be extended where necessary.

Getting started

In order to run this application, install Docker and docker-compose (see docs.docker.com). Run the application like:

git clone https://github.com/tenforce/webcat.git
cd webcat
docker-compose up

All requirements will be downloaded and the system will be started. Visit your localhost to use webcat.

Developing

This application uses ember-cli. See ember-cli.com for more information on developing ember-cli applications.

In short:

npm install -g ember-cli
git clone https://github.com/tenforce/webcat.git
cd webcat
npm install
bower install
docker-compose up & # or run this in a separate terminal for the backend
ember serve --proxy http://localhost/

And, after it has finished building, can visit your live application at localhost:4200.

Further Reading / Useful Links

About

Frontend for mudcat, a DCAT implementation on top of mu.semte.ch

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CoffeeScript 48.1%
  • HTML 22.1%
  • Common Lisp 13.0%
  • JavaScript 12.9%
  • Elixir 2.3%
  • CSS 1.5%
  • Emacs Lisp 0.1%