mirror of
https://github.com/flancian/garden.git
synced 2026-08-07 23:16:21 +00:00
Default commit message, part of an automated flow.
This commit is contained in:
@@ -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`
|
||||||
@@ -6,6 +6,7 @@
|
|||||||
- git repositories with code and data I use
|
- git repositories with code and data I use
|
||||||
- VMs
|
- VMs
|
||||||
- window manager state, including which programs I'm running and (pending program support) which content it's loaded in them
|
- 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]]
|
- [[pull]] [[project snapshot]]
|
||||||
|
|
||||||
|
|||||||
@@ -0,0 +1,4 @@
|
|||||||
|
# you can run an agora in your laptop
|
||||||
|
|
||||||
|
- [[agora bootstrap]]
|
||||||
|
|
||||||
Reference in New Issue
Block a user