Skip to content
This repository was archived by the owner on Mar 14, 2020. It is now read-only.

eubr-bigsea/thorn_old

Repository files navigation

README

This README would normally document whatever steps are necessary to get the application up and running.

Things you may want to cover:

  • Ruby version

  • System dependencies

  • Configuration

  • Database creation

  • Database initialization

  • How to run the test suite

  • Services (job queues, cache servers, search engines, etc.)

  • Deployment instructions

  • ...

Run with docker

Build container

docker build -t bigsea/thorn .

Run thorn with docker

# Initiate mysql database
docker run --rm \
  -e MYSQL_ROOT_PASSWORD="" \
  -e MYSQL_ALLOW_EMPTY_PASSWORD=yes \
  --name thorn_mysql mariadb

# Run rails
docker run --rm \
  -e RAILS_CORS_ORIGINS=localhost:8080 \
  -p 3000:3000 \
  --link thorn_mysql:mysql \
  bigsea/thorn

About

Lemonade's authentication

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 5