Commit Graph

16 Commits

Author SHA1 Message Date
Stephane Nicoll
1dca5d4630 Clarify the use of the milestone repository 2014-12-08 15:42:02 +01:00
Dave Syer
8427b32a8e Add reference to springMilestone profile
Fixes gh-44
2014-11-05 16:09:25 +00:00
Dave Syer
2063d013ac More detail in README 2014-08-28 14:07:36 +01:00
Stephane Nicoll
95441ef19c Redirect Spring cli distribution bundle
This commit adds the '/spring' endpoint that is used to download the
Spring CLI distribution bundle. Instead of relying on the presence of
a local 'spring.zip' file uploaded as part of the application, a
redirect to a configurable repository is used.

It is possible to download both the zip and the tar.gz distribution
by specifying the extension in the url (i.e. /spring.tar.gz provides
the tar.gz distribution.

Fixes gh-31
2014-08-19 16:41:24 +02:00
Dave Syer
97df5393e9 Fix REAMDE (typo with grab command) 2014-08-19 15:32:32 +01:00
Andy Piper
18c82c6f05 fix homebrew install info 2014-08-19 14:08:01 +02:00
Dave Syer
50ee4a5a91 Update README with spring.zip and cf stuff 2014-08-19 09:19:06 +01:00
Stephane Nicoll
1ea33488f6 Initializr library
This commit splits the single file script in a library that can be
released and published to the central repository.

This allows anyone to start its own initializr instance with a
proper configuration file and the following simple script:

package app

@Grab('io.spring.initalizr:initializr:1.0.0.BUILD-SNAPSHOT')
class InitializerService { }

The integration tests have been migrated so that they run as
part of the build. Additional tests have been added to extract
the content of the generated archive and assert the directory
structure as well as the content of key files.

Fixes gh-20
2014-08-18 17:50:21 +02:00
Dave Syer
143300aeb5 Update README with instructions for deploying app
The instructions should be explicit and precise enough for
anyone to deploy to production now. There is a Bamboo job
that should be doing it, but we've had some issue with it and
it often fails, whereas manual pushes always work. You need
a Cloudfoundry account with access to the Sagan organization
to push to production (ask Trevor Marshall).
2014-08-12 07:53:14 -07:00
Dave Syer
76e7f3f15c Add bootVersion to home page 2014-06-24 09:42:54 +01:00
Dave Syer
eff8f260f8 Update versions 2014-06-13 12:04:47 +01:00
Andy Piper
d1c98423a3 Cleanup for spring.io, update docs
This commit contains a number of changes, no functional difference in
the app but a general cleanup of look and docs:

- removed the Gemfile which is now redundant, Cloud Foundry CLI is no
longer a Ruby app
- updated various parts of the README to reflect changes to Spring Boot
CLI (local flag no longer exists, etc) and new CF deployment procedure.
- fixed references to www.springsource.com -> spring.io throughout web
content
- added favicon reflecting new Spring branding
- updated github URLs springsource -> spring-projects
2014-04-11 05:19:02 +01:00
Anuj Patel
c55219824f Broken Links Updated In README.md for installation instructions. 2014-02-11 15:15:01 +00:00
Greg Turnquist
c229e971d9 Add instructions on how to install with homebrew 2013-08-05 16:10:19 -05:00
Dave Syer
8cd59a97ab Add cacerts and --local 2013-06-07 12:26:56 +01:00
Dave Syer
0e1a1d6879 Working app with maven pom generator and installer 2013-06-06 08:40:10 +01:00