From f4f8d9daac885a9578d217550f84d553670b3aa3 Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Mon, 2 Aug 2021 01:26:20 +0200 Subject: [PATCH] Default commit message, part of an automated flow. --- agora-bootstrap.md | 12 ++++++++++++ you-can-run-a-flancian-in-your-laptop.md | 3 ++- you-can-run-an-agora-in-your-laptop.md | 4 ++++ 3 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 agora-bootstrap.md create mode 100644 you-can-run-an-agora-in-your-laptop.md diff --git a/agora-bootstrap.md b/agora-bootstrap.md new file mode 100644 index 000000000..d6b6edef1 --- /dev/null +++ b/agora-bootstrap.md @@ -0,0 +1,12 @@ +# agora bootstrap + +- the agora runs in a user in your computer. I use `agora`. + - `sudo adduser agora` + - `sudo su - agora`. +- you can optionally set up this user so it auto-starts all agora services you want to run. + - `sudo loginctl enable-linger agora` to have user services stick across restarts + - then set up [[systemd]] user services for [[agora server]] (frontend/reader) and [[agora bridge]] (writer) in the `agora` user (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` diff --git a/you-can-run-a-flancian-in-your-laptop.md b/you-can-run-a-flancian-in-your-laptop.md index 353721f2c..836b2b5d3 100644 --- a/you-can-run-a-flancian-in-your-laptop.md +++ b/you-can-run-a-flancian-in-your-laptop.md @@ -6,6 +6,7 @@ - git repositories with code and data I use - VMs - window manager state, including which programs I'm running and (pending program support) which content it's loaded in them - - currently also include browser tabs. + - currently including browser tabs. + - state at different levels can be restored optionally - [[pull]] [[project snapshot]] diff --git a/you-can-run-an-agora-in-your-laptop.md b/you-can-run-an-agora-in-your-laptop.md new file mode 100644 index 000000000..1335fbb96 --- /dev/null +++ b/you-can-run-an-agora-in-your-laptop.md @@ -0,0 +1,4 @@ +# you can run an agora in your laptop + +- [[agora bootstrap]] +