Linux
Arch Linux
Install , make
, , , , and postgresql
with . The first five are build dependencies that are required to compile Commento from source. PostgreSQL is optional if you have already have a database server that you can access.
Ubuntu
Open a terminal and install most of the development dependencies with these commands:
Yarn
Follow the .
Optional Go upgrades
While the version of Go installed in the first section will work for most developers, you can optionally add this PPA to be able to use the latest Go version for a number of Ubuntu releases. Simply run these commands:
Postgresql
Install the Postgresql server and CLI client from the Ubuntu archive:
The final step will be to create a commento
database on the server. Learn more about how to install and use PostgreSQL server on Ubuntu.