|
2 years ago | |
---|---|---|
akari | 2 years ago | |
.gitignore | 2 years ago | |
Dockerfile | 2 years ago | |
LICENSE | 2 years ago | |
README.md | 2 years ago | |
docker.sh | 2 years ago | |
server.xml | 2 years ago |
A Web interface for managing fediverse.express instances, written with Java EE. (The times we live in!)
Docker is the supported method of deployment.
git clone https://git.gamers.exposed/akari/akari.git
cd akari
docker build . -t akari
docker run -it --rm -d -p 8080:8080 akari
Then access localhost:8080
You can probably just import the project into your favorite IDE. We use Maven and Tomcat.
GNU AGPL v3, see the LICENSE file.