Topic-config

Spring configuration server to externalize configurations

This project is maintained by rajasushanth

Topic Config

Topic Config is a configuration server for externalizing the properties of the Topic Service and Topic Web applications. Updating application properties is simple and achievable without restarting the application

Getting Started

Clone the repository to your local by executing the command in git bash.

git clone https://github.com/rajasushanth/Topic-config.git

Prerequisites

Installing

  1. Navigate to the project root where pom.xml resides
  2. Built the WAR module by executing mvn clean install

Continous Integration / Continous Deployment - Travis CI

Deployment steps

  1. Sign in to Travis CI with your GitHub account.
  2. Add the Topic-config repository in Travis CI
  3. Execute git push for GitHub repository, which triggers the build process and deploys the application in Pivotal cloud foundry

Manual Deployment

Running it in local

  1. Navigate tho the path where WAR build resides
  2. Execute the command in the command line java -jar topic-config-0.0.1-SNAPSHOT.jar

Running in Pivotal cloud foundry

  1. Create an account in Pivotal cloud foundry
  2. Install the Cloud Foundry CLI
  3. Get the manifest.yml
  4. Execute the command cf push

Author