Add Arch Linux installation instructions

This commit is contained in:
dr460nf1r3 2021-03-06 20:21:55 +01:00
parent e912b8f5e0
commit de78169c98
No known key found for this signature in database
GPG Key ID: BE75B9D9767036C2

View File

@ -220,6 +220,9 @@ heroku open
This series of commands can take a while, but once you run it once, you shouldn't have to run it again. The final command, `heroku open` will launch a tab in your web browser, where you can test out Whoogle and even [set it as your primary search engine](https://github.com/benbusby/whoogle#set-whoogle-as-your-primary-search-engine).
You may also edit environment variables from your apps Settings tab in the Heroku Dashboard.
#### Arch Linux & devriates
There is a [package available](https://aur.archlinux.org/packages/whoogle-git/) at AUR, a prebuilt & daily updated package is also available at [Chaotic-AUR](https://chaotic.cx).
#### Using your own server, or alternative container deployment
There are other methods for deploying docker containers that are well outlined in [this article](https://rollout.io/blog/the-shortlist-of-docker-hosting/), but there are too many to describe set up for each here. Generally it should be about the same amount of effort as the Heroku deployment.