mirror of
https://github.com/hnhx/librex.git
synced 2025-04-29 14:09:27 -04:00
renamed config.php to config.php.example, updated readme
This commit is contained in:
parent
b62893e620
commit
8b80c4fbe7
3 changed files with 5 additions and 1 deletions
|
@ -45,6 +45,10 @@ If you want to host it just for yourself a PHP development server should be enou
|
||||||
```
|
```
|
||||||
git clone https://github.com/hnhx/librex.git
|
git clone https://github.com/hnhx/librex.git
|
||||||
cd librex
|
cd librex
|
||||||
|
mv config.php.example config.php
|
||||||
|
sed -i 's/http:\/\/localhost/https:\/\/your.domain/g' opensearch.xml
|
||||||
|
cp librex_updater.service /etc/systemd/system/ # edit the service file first
|
||||||
|
systemctl enable --now librex_updater
|
||||||
sudo php -S 127.0.0.1:80
|
sudo php -S 127.0.0.1:80
|
||||||
```
|
```
|
||||||
<br/>
|
<br/>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=LibreX - A privacy respecting free as in freedom meta search enginei
|
Description=LibreX - A privacy respecting free as in freedom meta search engine
|
||||||
After=syslog.target
|
After=syslog.target
|
||||||
After=network.target
|
After=network.target
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue