Giter Site home page Giter Site logo

delokman / oscm Goto Github PK

View Code? Open in Web Editor NEW

This project forked from servicecatalog/oscm

0.0 1.0 0.0 75.33 MB

An Enterprise-ready Cloud Services Management Software

Home Page: http://openservicecatalogmanager.org

License: Apache License 2.0

CSS 0.46% Java 93.53% HTML 4.80% JavaScript 0.95% Shell 0.02% PLSQL 0.01% Batchfile 0.01% SQLPL 0.03% TSQL 0.20%

oscm's Introduction

Build Status

Open Service Catalog Manager Open Service Catalog Manager

Open Service Catalog Manager (OSCM) is an open source application with enterprise quality level. It supports a bright spectrum of use cases, from SaaS Marketplaces to Enterprise IaaS Stores. It offers ready-to-use service provisioning adapters for IaaS providers like Amazon Web Services (AWS) and OpenStack, but is also open for integrating other platforms.

Service Providers can define their services with flexible price models and publish them to an OSCM Marketplaces. The Service Provider can decide on using the OSCM Billing Engine for the service usage cost calculation, or integrate an external one. Customers can subscribe to and use the services.

Find more details on the OSCM homepage.

What's cool?

How about OSCM in containers, easily installed and updated, running in an Kubernetes cluster? OSCM on Apache TomEE with small session footprint, short startup and failover times? OSCM services for provisioning containerized applications with Kubernetes helm charts?

Find what's new in this release and what's coming next.

Contributions

All contributions are welcome - Open Service Catalog Manager uses the Apache 2.0 license and requires the contributor to agree with the OSCM Individual CLA (ICLA). If the contributor submits patches on behalf of a company, then additionally the OSCM Corporate CLA (CCLA) must be agreed. Even if the contributor is included in such CCLA, she/he is still required to agree with the ICLA. To submit the CLAs please:

  • download the ICLA.txt and if needed the CCLA.txt
  • fill in the required information and sign them
  • scan them as pdf files and email them to [email protected]. We will reply to you as soon as possible.

Releases

The latest releases can be found here.

Getting started and building from sources

Please follow this guide from top to bottom, this is the easiest way to avoid errors later on.

Prerequisites

Basic:

Setting up a workspace

  1. Download the latest sources for this.
  2. Import the project into your IDE. You should adjust some of the preferences:
  • Set the compiler level to the installed version of Java 1.8.
  • Set UTF-8 file encoding and Unix line endings.
  1. Import and configure the code formatting rules and code templates.

Setting up the mail server

  1. Download and install any mail server.
  2. Create any domain and at least one user account in it.

Building the application

  1. If your network requires a proxy to access the internet you need to specify following arguments to JVM running Ant:

    -Dhttp.proxyHost=<proxy-host> 
    -Dhttp.proxyPort=<proxy-port> 
    -Dhttps.proxyHost=<proxy-host>
    -Dhttps.proxyPort=<proxy-port>
    

    Fill the placeholders <proxy-host> and <proxy-port> with the respective host and port number where the proxy is provided.

  2. Add the following scripts to Ant view in your IDE: /oscm-devruntime/build-oscmaas.xml

  3. Run targets Build.LIB, Build.BES

After the build has finished successfully you'll find the deployable artifacts in/oscm-build/result/package. You may want to deploy and test your modifications in a running OSCM environment. Simply copy or replace your build artifact into the respective container.

For example:

docker cp /workspace/oscm-build/result/package/oscm-portal/oscm-portal.war oscm-core:/opt/apache-tomee/webapps/

Deploying the application

Find details here.

oscm's People

Contributors

goebell avatar badziakp avatar kowalczyka avatar stavrevas avatar miethanerr avatar misako0927 avatar weiser-r avatar redmond2683 avatar adamczykba avatar farmakig avatar digitalfishpond avatar suessi avatar gertipoppel avatar opetrovski avatar uspecht avatar wojcikjakub22 avatar crystalzord avatar cworf91 avatar bogdanbarzu avatar grubskim avatar xusuest avatar kwodzynski avatar mcygan avatar angarg12 avatar maciaszczykm avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.