Skip to content

Cells Installation

Select your installation type

Get started quickly with Cells static binaries, or pick an image for your cloud environment.

Using pre-built binaries

Download latest build from pydio.com and make it executable, then run

$ ./cells configure # you will be asked for DB Credentials
$ ./cells start
Open your browser at https://localhost:8080, et voilĂ !

Detailed Instructions

Using Docker Images

Our images are hosted on Docker Hub:

docker run -d --network=host pydio/cells

Docker / Docker Compose instructions

Using OVF Image

Download the latest OVF image.

OVF Image Details

An Amazon Machine Image (AMI) for Cells Enterprise Distribution is available on on the Amazon Web Services Marketplace.

AMI Image Instructions

Kubernetes Deployment

Pydio Cells Helm Chart is available at https://download.pydio.com/pub/charts/helm. Add this repository and run

    $ helm install cells cells/cells --namespace cells --create-namespace

Detailed Clustered Deployment Instructions