Foopipes is designed for running in Docker. Official Docker images for Foopipes Community Edition are available in Docker Hub and professional edition in Docker Store. The images are free to use for small teams and for 30 days of trial. See pricing for more details.
Linux/Bash
# Create default config file
docker run aretera/foopipes config >foopipes.yml
# Start and mount current directory
docker run -v $(pwd):/project aretera/foopipes
Windows
docker run aretera/foopipes config >foopipes.yml
docker run -v %CD%:/project aretera/foopipes
Containers not an alternative? Foopipes Community edition is available as a download for various operating systems.
Prerequisite: Download and and install Node.js v6.x for Node.js support.
# Powershell 5
# dowload and extract
mkdir foopipes; cd foopipes;
Invoke-WebRequest -Uri ('https://foopipes.com/downloads/Foopipes-2.4.2.110-win10-x64.zip') -OutFile '.\foopipes.zip';
Expand-Archive . -LiteralPath '.\foopipes.zip';
Remove-Item '.\foopipes.zip'
# create default config
bin\Foopipes config >foopipes.yml
# start Foopipes
bin\Foopipes
Prerequisite: Download and and install Node.js v6.x for Node.js support.
# download and extract
mkdir foopipes && cd foopipes
curl https://foopipes.com/downloads/Foopipes-2.4.2.110-osx.10.10-x64.tar.gz | tar xz
# create default config
./foopipes config >foopipes.yml
# start Foopipes
./foopipes --port=8080
Prerequisite: Download and and install Node.js v6.x for Node.js support.
# Prerequisites
sudo apt-get update && sudo apt-get install -y libunwind8 openssl libcurl4-openssl-dev
mkdir foopipes && cd foopipes
# download and extract - UBUNTU
curl https://foopipes.com/downloads/Foopipes-2.4.2.110-ubuntu.16.04-x64.tar.gz | tar xz
# download and extract - DEBIAN
curl https://foopipes.com/downloads/Foopipes-2.4.2.110-debian.8-x64.tar.gz | tar xz
# create default config
./foopipes config >foopipes.yml
# start Foopipes
./foopipes --port=8080
We're working on an as-a-service offering.