1
1
mirror of https://github.com/MarginaliaSearch/MarginaliaSearch.git synced 2025-10-05 21:22:39 +02:00
Files
MarginaliaSearch/README.md

48 lines
1.2 KiB
Markdown
Raw Normal View History

2022-05-19 17:45:26 +02:00
# marginalia.nu
2023-03-04 13:19:01 +01:00
This is the source code for [Marginalia Search](https://search.marginalia.nu).
2022-05-21 12:10:54 +02:00
2022-05-31 14:15:20 +02: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 18:00:30 +02: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 14:15:20 +02:00
2023-03-04 13:19:01 +01:00
## Set up instructions
2022-05-31 14:15:20 +02:00
2023-03-04 13:19:01 +01: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 13:19:01 +01:00
```
$ ./gradlew assemble
2023-03-04 13:19:01 +01:00
$ ./gradlew docker
2023-03-04 13:19:01 +01: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 02:30:29 +02:00
## Documentation
2023-03-04 13:19:01 +01:00
Documentation is a work in progress.
2022-06-02 02:30:29 +02:00
2022-05-30 16:48:11 +02:00
## Contributing
2022-11-12 16:01:48 +01:00
[CONTRIBUTING.md](CONTRIBUTING.md)
2022-05-30 16:48:11 +02:00
## Supporting
Consider [supporting this project](https://memex.marginalia.nu/projects/edge/supporting.gmi).
## Contact
2022-06-15 16:53:19 +02:00
You can email <kontakt@marginalia.nu> with any questions or feedback.