This package has been deprecated

Author message:

Use jscas-pg-registries

cas-server-db-schema

0.2.0 • Public • Published

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

Package Sidebar

Install

npm i cas-server-db-schema

Weekly Downloads

0

Version

0.2.0

License

MIT

Last publish

Collaborators

  • jsumners