Socket
Book a DemoInstallSign in
Socket

cas-server-db-schema

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cas-server-db-schema

Used to create/maintain a database for cas-server registry plugins

latest
Source
npmnpm
Version
0.2.0
Version published
Weekly downloads
1
-66.67%
Maintainers
1
Weekly downloads
 
Created
Source

cas-server-db-schema

This repository is for creating and maintaining a PostgreSQL database to back the cas-server-pg-ticket-registry and cas-server-pg-service-registry plugins.

Install

$ psql -U postgres
>> create role casserver login;
>> create database casserver owner casserver;
>> \q
$ export PATH="./node_modules/.bin/:${PATH}"
$ npm install --no-optional
$ knex init # generate knexfile.js
$ # adjust knexfile.js for your environment
$ knex --env production migrate:latest # or whatever environment you choose
$ # see `knex -h` for more information

License

MIT License

Keywords

cas

FAQs

Package last updated on 25 Apr 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts