forked from ruangrupa/lumbung.space
konfluks rename
This commit is contained in:
21
README.md
21
README.md
@ -2,12 +2,11 @@
|
||||
|
||||
[](https://drone.autonomic.zone/ruangrupa/lumbung.space)
|
||||
|
||||
> A new attempt to bring together the ideas of the "splash" page, "portal" page
|
||||
> and a comfortable digital "living room" experience for lumbung[dot]space.
|
||||
> This is a work in progress. The end goal of this is to have a new design and
|
||||
> implementation for [`lumbung.space`](https://lumbung.space) for January 2022.
|
||||

|
||||
|
||||
## FAQ
|
||||
> lumbung.space is an online platform by and for the lumbung-interlokal and lumbung artists. Many of the artists and collectives invited for documenta fifteen are located far away from each other, with their own contextual realities and vulnerabilities. To be able to work together over such distances, the act of documenting the process, writing together, and keeping each other informed within the network is one of the most important parts of the process of building the lumbung. This process is known as harvesting. Thus, lumbung.space was made to provide a number of tools and a collective publishing outlet for this diverse network to experiment and share the collective processes through harvests. Like a vibrant archive and a digital living room, it allows connection, support, and sharing of knowledge. Learn more on [lumbung.space](https://lumbung.sace)...
|
||||
|
||||
## Technical FAQ
|
||||
|
||||
### How does the CI/CD work?
|
||||
|
||||
@ -50,26 +49,26 @@ Do this manually first:
|
||||
```
|
||||
mkdir -p content
|
||||
python3 -m venv .venv && source .venv/bin/activate
|
||||
pip install git+https://git.autonomic.zone/ruangrupa/lumbunglib
|
||||
pip install git+https://git.autonomic.zone/ruangrupa/konfluks
|
||||
|
||||
export CALENDAR_URL="https://cloud.lumbung.space/remote.php/dav/public-calendars/WbnHM8YdCkKT6bcT?export"
|
||||
export OUTPUT_DIR=content/calendar
|
||||
lumbunglib-cal
|
||||
konfluks-cal
|
||||
|
||||
export OUTPUT_DIR=content/tv
|
||||
lumbunglib-vid
|
||||
konfluks-vid
|
||||
|
||||
export OUTPUT_DIR=content/shouts
|
||||
lumbunglib-feed # reads ./feeds_list.txt
|
||||
konfluks-feed # reads ./feeds_list.txt
|
||||
|
||||
export OUTPUT_DIR=content/social
|
||||
export MASTODON_AUTH_TOKEN=foobar
|
||||
lumbunglib-hash
|
||||
konfluks-hash
|
||||
```
|
||||
|
||||
Afterwards, you can automatically run it with `make gen`.
|
||||
|
||||
After a `git pull`, you may need to run `pip install git+https://git.autonomic.zone/ruangrupa/lumbunglib` again.
|
||||
After a `git pull`, you may need to run `pip install git+https://git.autonomic.zone/ruangrupa/konfluks` again.
|
||||
|
||||
### Manually deploying new images
|
||||
|
||||
|
Reference in New Issue
Block a user