fakecas

command module
v0.0.0-...-e830cf1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 20, 2019 License: Apache-2.0 Imports: 13 Imported by: 0

README

Run fakeCAS with OSF

Please follow README-docker-compose.md to run fakeCAS with OSF.

Change the Image

By default, OSF uses the master image of fakeCAS, as shown below in docker-compose.yml.

##################################
# Central Authentication Service #
##################################

fakecas:
  image: quay.io/centerforopenscience/fakecas:master
  command: fakecas -host=0.0.0.0:8080 -osfhost=localhost:5000 -dbaddress=postgres://postgres@postgres:5432/osf?sslmode=disable
  restart: unless-stopped
  ports:
    - 8080:8080
  depends_on:
    - postgres
  stdin_open: true

If you need the develop one, use quay.io/centerforopenscience/fakecas:develop instead. Run docker-compose pull fakecas to pull the latest image before starting fakeCAS.

Pre-docker-compose

Starting 19.0.0, fakeCAS no longer provides downloadable binrary executables. Here is the last version 0.11.1 that provides such a binary. However, the binary does not work with OSF starting 19.23.0.

Develop fakeCAS

Please take a look at the Dockerfile for how to develop fakeCAS locally. On macOS, use brew to install go and glide.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL