GithubHelp home page GithubHelp logo

jhonghee / orc Goto Github PK

View Code? Open in Web Editor NEW

This project forked from xcopyco/orc

0.0 2.0 0.0 4.41 MB

onion routed cloud - distributed, anonymous, secure object storage

Home Page: https://orcproject.github.io/orc

License: GNU Affero General Public License v3.0

JavaScript 100.00%

orc's Introduction

The Onion Routed Cloud. ORC is a distributed anonymous cloud storage network owned and operated by all of us. Join the discussion in #orc on our community chat!

Build Status | Test Coverage | Node Package | Docker Hub | License (AGPL-3.0)

Quick Start

Pull the image from Docker Hub.

docker pull orcproject/orc

Create a data directory on the host.

mkdir path/to/orc.data

Run the ORC container and mount the data directory.

docker run -v path/to/orc.data:/root/.config/orc -t orcproject/orc:latest

Modify the created configuration at path/to/orc.data/config as desired (see the {@tutorial config}) and restart the container for the changes to take effect. You might wish to expose the ports defined for ControlPort and BridgePort to the host (and update ControlHostname and BridgeHostname to 0.0.0.0) and map them to the host.

docker run \
  --publish 127.0.0.1:4444:4444 \
  --publish 127.0.0.1:4445:4445 \
  --expose 4444 \
  --expose 4445 \
  --volume path/to/orc.data:/root/.config/orc \
  --tty orcproject/orc:latest

See the docker run documentation for more information. If you prefer to install ORC manually, see the guide for {@tutorial install}. Once installed, simply run orc with an optional configuration file using the --config <path/to/config> option.

Resources

License

ORC - Distributed Anonymous Cloud
Copyright (C) 2017 Gordon Hall
Copyright (C) 2016 Storj Labs, Inc

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License along with this program. If not, see http://www.gnu.org/licenses/.

orc's People

Contributors

aleitner avatar barbaraliau avatar blackduck888 avatar bookchin avatar braydonf avatar computeronix avatar cpollard1001 avatar cseale avatar dxhome avatar galumphingcallooh avatar gordonwritescode avatar gregcarlin avatar heunland avatar littleskunk avatar lunokhod avatar misterfish avatar nginnever avatar niahmiah avatar phutchins avatar super3 avatar tacksterwackster avatar

Watchers

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