Skip to content

boot-clj/boot-build-box

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

boot-build-box

This is Vagrant box configuration for compiling Boot releases. You only need it if you're a Boot developer and you need to compile and release a new version of Boot.

bootstraph.sh is the canonical description of Boot build requirements. Note that as of this writing, we build Boot with OpenJDK 7. We made a Vagrant box to build with, since most distributions and package managers are no longer distributing Java 7.

Using

  1. Clone this repository in a directory adjacent to boot's
  2. Run vagrant up
  3. ssh-add so you can forward your credentials
  4. Run vagrant ssh
  5. boot's repo is mounted at /boot-clj. cd there, edit version.properties and run make install
  6. Test the version you built.
  7. When you're satisfied, run make deploy

About

Vagrant situation for building Boot releases

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages