# oneops **Repository Path**: greatwallmotor/oneops ## Basic Information - **Project Name**: oneops - **Description**: OneOps 是一个自动化运维开发的云管理平台,它正在主导沃尔玛全球电子商务的技术变革 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: https://www.oschina.net/p/oneops - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 4 - **Created**: 2021-03-12 - **Last Updated**: 2021-03-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # OneOps OneOps is a multi-cloud Platform as a Service tool sponsored by WalmartLabs. Find out more at [http://oneops.com](http://oneops.com). This repository contains the main codebase for all components. ## Building Requirements for building include JDK 8, Maven, Ruby, Bundler and a number of other tools. A simple build can be performed with ``` mvn clean install ``` A running system on a VirtualBox system can be created with Vagrant and the command ``` mvn clean install -P vagrant ``` Further details can be found in the [core development section on our website](http://oneops.com/developer/core-development/index.html).