Skip to content
This repository has been archived by the owner on Dec 22, 2021. It is now read-only.

cmars/oo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

oo - Opaque Objects

Build Status

This repository is a gb project build for oostore and ooclient.

Prerequisites

Install gb.

Build

gb build

There, now wasn't that easy? :)

Tooling

Cloudflare CFSSL is used to manage X.509 certificates for deploying with TLS. This tool is also vendored. To build a starting point PKI for this:

gb build -R tools
make -C pki

License

Source code under tools/src and vendor/src are copyright their respective authors. Refer to the various "LICENSE", "LICENCE" and "COPYING" files contained therein for the specific license terms.

Everything else is Copyright 2015 Casey Marshall and licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.