Authority
CtrlK
  • Introduction
  • In Action
  • Performance at Scale
  • Roadmap / Features
  • Getting Started
    • Introduction
    • Installation
    • Configuration Overview
  • Authentication
    • Authentication Guide
    • API Documentation
    • Customizing Authentication
  • Security & Error Handling
    • Security Considerations
    • Error Handling & Troubleshooting
  • Providers
    • Client Providers
    • Owner Providers
  • API Endpoints
    • API Endpoints
  • DEVELOPMENT
    • Requirements
    • Database
    • User Interface
    • Specs
    • Deployment
      • Environment Variables
  • Reference
    • OAuth Terms
    • OAuth 2 Grant Flows
      • Device Flow
      • Authorization Flow
      • Client Credentials Flow
      • Refreshing Access Tokens
      • Access Token Response
      • Json Web Tokens
      • Legacy: Implicit grant
      • Legacy: Password
    • Open ID Connect
      • Configuration
      • Registering Clients
      • User Info
Powered by GitBook
On this page

Was this helpful?

Export as PDF
  1. DEVELOPMENT

Requirements

This project requires

  • Crystal Language - find the installation instructions here https://crystal-lang.org/install/

  • Git - https://git-scm.com/book/en/v2/Getting-Started-Installing-Git

  • PostgreSQL - https://www.postgresql.org/docs/current/tutorial-install.html

  • Docker and Docker-Compose - https://docs.docker.com/engine/install/

  • Geckodriver - Needed for specs https://www.softwaretestinghelp.com/geckodriver-selenium-tutorial/

PreviousAPI EndpointsNextDatabase

Last updated 9 months ago

Was this helpful?