Skip to content
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.

marcelriedel/bibliography-assistant

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bibliography Assistant

Getting started

For detailed instructions for how to set up the components in local environments (elixir, ruby), see the corresponding README.md files in ./assistant and ./anystyle.

For development with Docker, see the following section

Getting started with Docker

Prerequisites

  • Docker and docker-compose

Start

Run

$ docker-compose up

Then visit localhost:4000

Or to see the logs separately, start the containers separately

$ docker-compose up anystyle
$ docker-compose up assistant

Tests

$ docker-compose run --entrypoint "mix test" assistant

Deployment

$ docker-compose build assistant && docker-compose push assistant
$ docker-compose build anystyle && docker-compose push anystyle

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Elixir 67.8%
  • HTML 11.3%
  • CSS 10.6%
  • SCSS 5.0%
  • JavaScript 4.0%
  • Dockerfile 0.7%
  • Ruby 0.6%