Sign inSign up

tenforce/webcat

By tenforce

•Updated over 10 years ago

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

Image
1

1.0K

tenforce/webcat repository overview

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⁠.

Tag summary

Content type

Image

Digest

Size

117.5 MB

Last updated

over 10 years ago

docker pull tenforce/webcat