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.comYou 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).
Project information
- Project categories: Developer tools
- Created by eleonel on , updated
This project is not covered by the security advisory policy.
Use at your own risk! It may have publicly disclosed vulnerabilities.

