Installation
Deploy Architect Server on your server.
Installation from repositories
The easiest way to install Architect Server on Ubuntu is to use our package repository. Follow the instructions for your version of Ubuntu.
Bionic (Ubuntu 18.04)
Stable release
sudo apt update
sudo apt install gpg apt-transport-https ca-certificates wget software-properties-common
wget -qO - https://getarchitect.io/repo-key.gpg | sudo apt-key add -
sudo add-apt-repository 'deb [arch=amd64] https://apt.getarchitect.io/bionic/ bionic main'
sudo apt install architect-server
Snapshot release
Note: this repository provides development versions of Architect, use with care.
sudo apt update
sudo apt install gpg apt-transport-https ca-certificates wget software-properties-common
wget -qO - https://getarchitect.io/repo-key.gpg | sudo apt-key add -
sudo add-apt-repository 'deb [arch=amd64] https://apt.getarchitect.io/bionic-snapshot/ bionic main'
sudo apt install architect-server
Focal (Ubuntu 20.04)
Stable release
sudo apt update
sudo apt install gpg apt-transport-https ca-certificates wget software-properties-common
wget -qO - https://getarchitect.io/repo-key.gpg | sudo apt-key add -
sudo add-apt-repository 'deb [arch=amd64] https://apt.getarchitect.io/focal/ focal main'
sudo apt install architect-server
Snapshot release
Note: this repository provides development versions of Architect, use with care.
sudo apt update
sudo apt install gpg apt-transport-https ca-certificates wget software-properties-common
wget -qO - https://getarchitect.io/repo-key.gpg | sudo apt-key add -
sudo add-apt-repository 'deb [arch=amd64] https://apt.getarchitect.io/focal-snapshot/ focal main'
sudo apt install architect-server
Jammy (Ubuntu 22.04)
Stable release
sudo apt update
sudo apt install gpg apt-transport-https ca-certificates wget software-properties-common
wget -qO - https://getarchitect.io/repo-key.gpg | sudo apt-key add -
sudo add-apt-repository 'deb [arch=amd64] https://apt.getarchitect.io/jammy/ jammy main'
sudo apt install architect-server
Snapshot release
Note: this repository provides development versions of Architect, use with care.
sudo apt update
sudo apt install gpg apt-transport-https ca-certificates wget software-properties-common
wget -qO - https://getarchitect.io/repo-key.gpg | sudo apt-key add -
sudo add-apt-repository 'deb [arch=amd64] https://apt.getarchitect.io/jammy-snapshot/ jammy main'
sudo apt install architect-server
Manual installation
Alternatively, .deb
and .rpm
package files are available for Architect Server on our
downloads page.
Ubuntu
Download the .deb
file, then type in the terminal:
dpkg -i XXX.deb
where ‘XXX.deb’ is the name of the downloaded .deb
file.
CentOS
Download the .rpm
file, then type in the terminal:
rpm -i XXX.rpm
where ‘XXX.rpm’ is the name of the downloaded .rpm
file.