Skip to content
This repository has been archived by the owner on Nov 19, 2020. It is now read-only.

vmware-archive/standalone-eureka

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

standalone-eureka is no longer actively maintained by VMware.

standalone-eureka

Standalone eureka instance for use on PWS, for experimental and demo purposes.

It's pretty straightforward to get this thing running:

$ git clone https://github.com/cf-platform-eng/standalone-eureka.git
$ cd standalone-eureka

Then, edit the manifest.yml file to give the project some sort of unique name:

---
applications:
- name: some-sort-of-unique-name
  memory: 512M
  instances: 1
  host: standalone-eureka
  path: target/standalone-eureka-1.0.0.jar
  env:
    SPRING_PROFILES_ACTIVE: cloud

Then, build and push to CF:

$ mvn clean install
$ cf push

Finally, take a look at the console to see what eureka is up to.

In the example above the console would be accessible via: http://some-sort-of-unique-name.cfapps.io/

About

standalone eureka instance for use on PWS

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages