RutgersGRID / hubs

Duck-themed multi-user virtual spaces in WebVR. Built with A-Frame.
https://hubs.mozilla.com
Mozilla Public License 2.0
0 stars 0 forks source link

List all the technologies used in order to spin up a Reticulum server #19

Open yalegria opened 2 years ago

Voxelghiest commented 2 years ago

Reticulum Dependencies - Details

In tandem with #33, this ticket aims to compile more detailed information about the role each supporting technology plays in Reticulum. It is advised to read #33 first to get an overview of what will be reviewed here.

Currently, only the pre-installation dependencies (as defined in #33) have been seriously investigated, since they were the ones that gave me the most trouble when installing Reticulum.

Pre-Installation Dependencies

These dependencies are installed manually before beginning the Reticulum setup process.

Erlang & Elixir: Erlang and Elixir can almost be treated as one dependency, because they perform the same function: providing the programming language and runtime environment within which all of the Reticulum code runs.

PostgreSQL: PostgreSQL is used to interact with databases. It can be accessed through the psql command line interface, which opens up a special PSQL shell.

This documentation is a work-in-progress. More information about additional dependencies will be added as I learn about them.