blob: 8d785439d80546977ca9279234a8b11912c76072 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Farside
FOSS alternative redirecting service
[](https://github.com/benbusby/privacy-revolver/actions/workflows/elixir.yml)
A tool for evenly distributing traffic across various open source alternative frontends
### Development
- Install [redis](https://redis.io)
- Install [elixir](https://elixir-lang.org/install.html)
- Start redis: `redis-server /usr/local/etc/redis.conf`
- Install dependencies: `mix deps.get`
- Initialize redis contents: `mix run update.exs`
- Run Farside: `mix run --no-halt`
- Uses localhost:4001
|