MarginaliaSearch/README.md

48 lines
1.2 KiB
Markdown
Raw Normal View History

2022-05-19 15:45:26 +00:00
# marginalia.nu
2023-03-04 12:19:01 +00:00
This is the source code for [Marginalia Search](https://search.marginalia.nu).
2022-05-21 10:10:54 +00:00
2022-05-31 12:15:20 +00:00
The aim of the project is to develop new and alternative discovery methods for the Internet.
It's an experimental workshop as much as it is a public service, the overarching goal is to
2022-06-01 16:00:30 +00:00
elevate the more human, non-commercial sides of the Internet. A side-goal is to do this without
requiring datacenters and expensive enterprise hardware, to run this operation on affordable hardware.
2022-05-31 12:15:20 +00:00
2023-03-04 12:19:01 +00:00
## Set up instructions
2022-05-31 12:15:20 +00:00
2023-03-04 12:19:01 +00:00
For local development, you're strongly encouraged to use docker or podman.
From a fresh to running system, you'll need to do this:
2023-03-04 12:19:01 +00:00
```
$ ./gradlew assemble
2023-03-04 12:19:01 +00:00
$ ./gradlew docker
2023-03-04 12:19:01 +00:00
$ vim run/settings.profile
(follow instructions in file)
$ run/setup.sh
$ run/reconvert.sh
$ docker-compose up
```
Wait a moment and check out [https://localhost:8080](https://localhost:8080).
2022-06-02 00:30:29 +00:00
## Documentation
2023-03-04 12:19:01 +00:00
Documentation is a work in progress.
2022-06-02 00:30:29 +00:00
2022-05-30 14:48:11 +00:00
## Contributing
2022-11-12 15:01:48 +00:00
[CONTRIBUTING.md](CONTRIBUTING.md)
2022-05-30 14:48:11 +00:00
## Supporting
Consider [supporting this project](https://memex.marginalia.nu/projects/edge/supporting.gmi).
## Contact
2022-06-15 14:53:19 +00:00
You can email <kontakt@marginalia.nu> with any questions or feedback.