mirror of
https://github.com/flancian/garden.git
synced 2026-07-31 19:46:20 +00:00
730 B
730 B
agora bootstrap
- the agora runs in a user in your computer. I use
agora.sudo adduser agorasudo su - agora.
- you can optionally set up this user so it auto-starts all agora services you want to run.
sudo loginctl enable-linger agorato have user services stick across restarts- then set up systemd user services for agora server (frontend/reader) and agora bridge (writer) in the
agorauser (more details to come soon)
- clone repos
- agora:
git clone https://github.com/flancian/agora.git - agora-server:
git clone https://github.com/flancian/agora-server.git - agora-bridge:
git clone https://github.com/flancian/agora-server.git
- agora:
- LATER code bootstrap agora script