Skip to content
This repository has been archived by the owner on Apr 16, 2021. It is now read-only.
/ clj-boot Public archive

**DEPRECATED** Central place for standard Boot tasks

License

Notifications You must be signed in to change notification settings

shopsmart/clj-boot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DEPRECATED clj-boot

Boot tasks simplifying development and deployment.

Clojars Project

This is a very early access project that is changing rapidly.

One way to configure clj-boot is to use a boot wrapper that sets the required environment variables. e.g.:

#!/usr/bin/env bash

export BOOT_JVM_OPTIONS='-DCONFIG-PROD=/tmp/_test-config-prod.edn -client -XX:+TieredCompilation -XX:TieredStopAtLevel=1 -Xverify:none -Xmx2g -XX:+UseConcMarkSweepGC -XX:+CMSClassUnloadingEnabled -XX:-OmitStackTraceInFastThrow'

export CLOJARS_USER='clojars-username'
export CLOJARS_PASS='clojars-password'
export CLOJARS_GPG_USER='[email protected]'
export CLOJARS_GPG_PASS='gpg-key-password-for-signing'

See https://gist.github.com/chrisroos/1205934 under "method 2" to import deployment/signing keys into your account.

About

**DEPRECATED** Central place for standard Boot tasks

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published