Skip to content

Commit

Permalink
Fix imgproxy’s link
Browse files Browse the repository at this point in the history
  • Loading branch information
maximal authored Nov 6, 2022
1 parent eb82cd1 commit 9a49c77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ If you have any questions or feedback, there's a [Telegram chat](https://t.me/Sm
2. Install maven and JDK >=17 if you don't have it already
3. Build the jar by running `mvn package -DskipTests=true` and place the one with dependencies at `/opt/smithereen/smithereen.jar`
4. Set up the image processing native library ([libvips](https://github.com/libvips/libvips)): run `java LibVipsDownloader.java` to automatically download a prebuilt one from [here](https://github.com/lovell/sharp-libvips). If you already have libvips installed on your system, you may skip this step, but be aware that not all libvips builds include all the features Smithereen needs.
5. Install and configure [imgproxy](https://docs.imgproxy.net/#/GETTING_STARTED)
5. Install and configure [imgproxy](https://docs.imgproxy.net/GETTING_STARTED)
6. Fill in the config file, see a commented example [here](examples/config.properties)
7. Create a new MySQL database and initialize it with the [schema](schema.sql) using a command (`mysql -p smithereen < schema.sql`) or any GUI like phpMyAdmin
8. Configure and start the daemon: assuming your distribution uses systemd, copy [the service file](examples/smithereen.service) to /etc/systemd/system, then run `systemctl daemon-reload` and `service smithereen start`
Expand All @@ -27,4 +27,4 @@ Copy [Docker-specific config example](examples/config_docker.properties) to the

## Contributing

If you would like to help translate Smithereen into your language, please [do so on Crowdin](https://crowdin.com/project/smithereen).
If you would like to help translate Smithereen into your language, please [do so on Crowdin](https://crowdin.com/project/smithereen).

0 comments on commit 9a49c77

Please sign in to comment.