mirror of
https://github.com/benbusby/farside.git
synced 2025-04-20 02:48:42 +00:00
17 lines
646 B
Markdown
17 lines
646 B
Markdown

|
|
|
|
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
|