🐀 Building a federated link aggregator in rust
Go to file
2019-04-06 10:19:05 -07:00
server Travis 2019-04-06 10:01:02 -07:00
ui Adding docker. 2019-04-05 22:29:20 -07:00
.dockerignore Adding docker. 2019-04-05 22:29:20 -07:00
.travis.yml Travis 2019-04-06 10:16:21 -07:00
API.md Adding docker. 2019-04-05 22:29:20 -07:00
docker-compose.yml Adding docker. 2019-04-05 22:29:20 -07:00
Dockerfile Adding docker. 2019-04-05 22:29:20 -07:00
goals.md Documentation 2019-04-06 10:19:05 -07:00
LICENSE Initial commit 2019-02-14 09:17:18 -08:00
ranking.md Documentation 2019-04-06 10:19:05 -07:00
README.md Documentation 2019-04-06 10:19:05 -07:00

Lemmy

Build Status

A link aggregator / reddit clone for the fediverse.

Made with Rust, Actix, Inferno, Typescript.

Navigation

Features

  • TBD

Install

Docker

git clone https://github.com/dessalines/lemmy
cd lemmy
docker-compose up

and goto http://localhost:8080

Local Development

Requirements

Set up Postgres DB

 psql -c "create user rrr with password 'rrr' superuser;" -U postgres
 psql -c 'create database rrr with owner rrr;' -U postgres

Running

git clone https://github.com/dessalines/lemmy
cd lemmy
./install.sh

and goto http://localhost:8080

Documentation