All Projects → servicecatalog → oscm

servicecatalog / oscm

Licence: Apache-2.0 License
An Enterprise-ready Cloud Services Management Software.

Programming Languages

java
68154 projects - #9 most used programming language
HTML
75241 projects
javascript
184084 projects - #8 most used programming language
SCSS
7915 projects
CSS
56736 projects
shell
77523 projects

Projects that are alternatives of or similar to oscm

development
An Enterprise-ready Cloud Services Management Software
Stars: ✭ 38 (+18.75%)
Mutual labels:  marketplace, hybrid-cloud
gn-api-sdk-node
SDK em NodeJS integrada a API Gerencianet. Esta SDK está preparada para integração à API Pix e API Boletos da Gerencianet, que lhe permite realizar o gerenciamento de cobranças Pix com QR Code e Pix Copia e Cola, boleto/Bolix, carnê, cartão de crédito e muito mais.
Stars: ✭ 33 (+3.13%)
Mutual labels:  marketplace, subscription
fpplatform
FPPlatform is the fixed-price marketplace software that is capable to launch fiverr clones, microworkers, etc. Ideal for micro jobs, tasks, errands, etc
Stars: ✭ 28 (-12.5%)
Mutual labels:  marketplace
awesome-ecommerce
Collect and develop Open Source or Free Projects for building ecommerce platform easy and fast and free
Stars: ✭ 39 (+21.88%)
Mutual labels:  subscription
react
🎣 React hooks & components on top of ocean.js
Stars: ✭ 27 (-15.62%)
Mutual labels:  marketplace
kar
KAR: A Runtime for the Hybrid Cloud
Stars: ✭ 18 (-43.75%)
Mutual labels:  hybrid-cloud
coffeediz.schema
Набор компонентов 1С-Битрикс для реализации микроразметки по схеме Schema.org
Stars: ✭ 14 (-56.25%)
Mutual labels:  marketplace
Vestaboard
An API Wrapper for Vestaboards written in Python
Stars: ✭ 23 (-28.12%)
Mutual labels:  subscription
node-mercure
📳 Mercure Hub & Publisher implemented in node.js.
Stars: ✭ 27 (-15.62%)
Mutual labels:  subscription
starlette-graphql
The starlette GraphQL implement, which support query, mutate and subscription.
Stars: ✭ 15 (-53.12%)
Mutual labels:  subscription
easylist-thailand
📃 EasyList filter subscription for 🇹🇭 Thailand.
Stars: ✭ 30 (-6.25%)
Mutual labels:  subscription
hysds
Hybrid Cloud Science Data System Framework
Stars: ✭ 15 (-53.12%)
Mutual labels:  hybrid-cloud
Ecoleta
♻️ Aplicação web para coleta de resíduos de forma eficiente.
Stars: ✭ 19 (-40.62%)
Mutual labels:  marketplace
netlicensing.io
Labs64 NetLicensing - Innovative License Management Solution
Stars: ✭ 13 (-59.37%)
Mutual labels:  subscription
tokensubscription.com
⏰💰🤠 Set-it-and-forget-it token subscriptions on the Ethereum mainnet. #Winner #WyoHackathon
Stars: ✭ 81 (+153.13%)
Mutual labels:  subscription
wave
Wave - The Software as a Service Starter Kit, designed to help you build the SAAS of your dreams 🚀 💰
Stars: ✭ 3,646 (+11293.75%)
Mutual labels:  subscription
harmony
Availability management backend and API for Sharetribe marketplaces
Stars: ✭ 18 (-43.75%)
Mutual labels:  marketplace
wordpress-nft-plugin
NFT Auction Product Type WordPress Plugin for WooCommerce – BID HAUS
Stars: ✭ 197 (+515.63%)
Mutual labels:  marketplace
bridgecrew-action
This Github Action runs Bridgecrew against an Infrastructure-as-Code repository. Bridgecrew performs static security analysis of Terraform & CloudFormation Infrastructure code.
Stars: ✭ 52 (+62.5%)
Mutual labels:  marketplace
contao-events subscriptions
Contao extension that allows members of your website to subscribe to the events
Stars: ✭ 12 (-62.5%)
Mutual labels:  subscription

example workflow

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 Microsoft Azure, Amazon Web Services (AWS), VMWare 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.

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

Read here how to setup and get started.

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. Install sass and add it to your PATH - for details see sass-lang

  2. 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.

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

  4. 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/
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].