Drupal Codius

This project is not covered by Drupal’s security advisory policy.

Codius application to run a Peer-to-peer Drupal installation.

What is Codius?

Codius is an open hosting protocol. It makes it very easy to upload a program, whether you want it to run on one host or thousands.

Source: Codius.org

Requirements

In order to upload programs to Codius hosts, you'll need to install the Codius CLI.

npm install -g codius

Visit www.npmjs.com/package/codius for more information about Codius command-line interface (CLI) installation.

Usage

Download this module and then execute:

$ cd codius/manifest
$ codius upload ./drupal8-codius.json --host https://codius.codiusx.com

You should get a response that looks something like this:

{ 
  url: 'https://MANIFEST_HASH.codius.codiusx.com/',
  manifestHash: 'oooiikrql23xkjhvc6gobe7vjf5tiprodtmphqnwm7v3vx5g2csq',
  host: 'https://codius.codiusx.com',
  expiry: '2018-06-05T20:52:02.068Z',
  expirationDate: '06-05-2018 1:52:02 -0700',
  expires: 'a few seconds ago',
  pricePaid: '4' 
}

Notice the url field in the response. You can use this url to query the pod you just launched, and it should return the standard Drupal installation page.

Codius X

This project has been sponsored by Codius X (http://www.codiusx.com).

Supporting organizations: 
Development and Hosting (Codiusx.com)

Project information

Releases