mirror of
https://github.com/LemmyNet/lemmy
synced 2024-10-30 15:21:20 +00:00
18fed27fa3
- Fixes #19
2.3 KiB
2.3 KiB
Lemmy
A link aggregator / reddit clone for the fediverse.
Made with Rust, Actix, Inferno, Typescript.
Navigation
- Matrix Chatroom
- Issues / Feature Requests
- Support the development via Patreon
Features
- TBD
the name
Lead singer from motorhead. The old school video game. The furry rodents.
Goals r/ censorship
Install
Docker
git clone https://github.com/dessalines/lemmy
cd lemmy
docker-compose up
and goto http://localhost:8536
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:8536