-
Notifications
You must be signed in to change notification settings - Fork 283
Install Deb Package (Debian and Ubuntu)
We build packages for Ubuntu 16.04 x64, Ubuntu 14.04 x64 and Debian 8 (Jessie) x64. It might be possible to install these packages on different versions of Ubuntu/Debian, but we haven't tested that yet.
sudo apt-get update
sudo apt-get install -y curl
echo "deb [arch=amd64] http://apt.church.io/ubuntu/stable xenial main" | sudo tee /etc/apt/sources.list.d/onebody.list
curl https://apt.church.io/gpg.key | sudo apt-key add -
sudo apt-get update
sudo apt-get install onebody
Now follow the on-screen instructions to set up the database and web server.
sudo apt-get update
sudo apt-get install -y curl
echo "deb [arch=amd64] http://apt.church.io/ubuntu/stable trusty main" | sudo tee /etc/apt/sources.list.d/onebody.list
curl https://apt.church.io/gpg.key | sudo apt-key add -
sudo apt-get update
sudo apt-get install onebody
Now follow the on-screen instructions to set up the database and web server.
First, log in as root:
apt-get update
apt-get install -y curl debian-keyring
echo "deb [arch=amd64] http://apt.church.io/debian/stable jessie main" > /etc/apt/sources.list.d/onebody.list
curl https://apt.church.io/gpg.key | apt-key add -
apt-get update
apt-get install onebody
Now follow the on-screen instructions to set up the database and web server.
[sudo] apt-get update
[sudo] apt-get install onebody
Read Scaling OneBody if you have lots of RAM and want to handle lots of users.
We also build OneBody nightly from the bleeding-edge master branch. No guarantees here!
To install nightly packages, just edit the /etc/apt/sources.list.d/onebody.list
file and replace "stable" with "nightly". Then do:
[sudo] apt-get update
[sudo] apt-get install onebody
To upgrade from a nightly package back to a stable package, you might need to first uninstall the existing package.