Liking cljdoc? Tell your friends :D

kaleidoscope.clj.init.env

Parses environment variables into Clojure maps that are used to boot system components.

Parses environment variables into Clojure maps that are used to boot system
components.
raw docstring

andrewslai-authentication-boot-instructionsclj

source

andrewslai-authorization-boot-instructionsclj

source

ANDREWSLAI-BOOT-INSTRUCTIONSclj

Instructions for how to boot the Andrewslai app

Instructions for how to boot the Andrewslai app
sourceraw docstring

andrewslai-static-content-adapter-boot-instructionsclj

source

BootInstructionclj

source

BootInstructionsclj

source

caheriaguilar-authentication-boot-instructionsclj

source

caheriaguilar-authorization-boot-instructionsclj

source

caheriaguilar-static-content-adapter-boot-instructionsclj

source

database-boot-instructionsclj

source

DEFAULT-BOOT-INSTRUCTIONSclj

Instructions for how to boot the entire system

Instructions for how to boot the entire system
sourceraw docstring

env->andrewslai-local-fsclj

(env->andrewslai-local-fs env)
source

env->andrewslai-s3clj

(env->andrewslai-s3 env)
source

env->caheriaguilar-local-fsclj

(env->caheriaguilar-local-fs env)
source

env->caheriaguilar-s3clj

(env->caheriaguilar-s3 env)
source

env->keycloakclj

(env->keycloak env)
source

env->pg-connclj

(env->pg-conn env)
source

env->sahiltalkingcents-local-fsclj

(env->sahiltalkingcents-local-fs env)
source

env->sahiltalkingcents-s3clj

(env->sahiltalkingcents-s3 env)
source

env->wedding-local-fsclj

(env->wedding-local-fs env)
source

env->wedding-s3clj

(env->wedding-s3 env)
source

initialize-connection-pool!clj

(initialize-connection-pool! ds)

this code initializes the pool and performs a validation check: It prevents us from having the first db request need to initialize the pool

this code initializes the pool and performs a validation check:
It prevents us from having the first db request need to initialize the pool
sourceraw docstring

make-http-handlerclj

(make-http-handler {:keys [andrewslai caheriaguilar sahiltalkingcents wedding]
                    :as components})
source

make-middlewareclj

(make-middleware authentication authorization)
source

prepare-andrewslaiclj

(prepare-andrewslai {:keys [database-connection andrewslai-authentication
                            andrewslai-authorization
                            andrewslai-static-content-adapter]
                     :as system})
source

prepare-caheriaguilarclj

(prepare-caheriaguilar {:keys [database-connection caheriaguilar-authentication
                               caheriaguilar-authorization
                               caheriaguilar-static-content-adapter]
                        :as system})
source

prepare-for-virtual-hostingclj

(prepare-for-virtual-hosting system)
source

prepare-sahiltalkingcentsclj

(prepare-sahiltalkingcents {:keys [database-connection
                                   sahiltalkingcents-authentication
                                   sahiltalkingcents-authorization
                                   sahiltalkingcents-static-content-adapter]
                            :as system})
source

prepare-weddingclj

(prepare-wedding {:keys [database-connection wedding-authentication
                         wedding-authorization wedding-static-content-adapter]
                  :as system})
source

sahiltalkingcents-authentication-boot-instructionsclj

source

sahiltalkingcents-authorization-boot-instructionsclj

source

sahiltalkingcents-static-content-adapter-boot-instructionsclj

source

start-system!clj

(start-system! env)
(start-system! boot-instructions env)
source

wedding-authentication-boot-instructionsclj

source

wedding-authorization-boot-instructionsclj

source

WEDDING-BOOT-INSTRUCTIONSclj

Instructions for how to boot the Andrewslai app

Instructions for how to boot the Andrewslai app
sourceraw docstring

wedding-static-content-adapter-boot-instructionsclj

source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close