Skip to content

Commit 4114f88

Browse files
committed
Switched to chromium for aljazeeranet
1 parent d444445 commit 4114f88

5 files changed

+4
-4
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ git clone https://codeberg.org/SimpleWeb/SimplyNews-Web
1111

1212
### Install the dependencies
1313
```sh
14-
sudo apt-get install xvfb xserver-xephyr tigervnc-standalone-server x11-utils gnumeric firefox
15-
14+
sudo apt-get install xvfb xserver-xephyr tigervnc-standalone-server x11-utils gnumeric
1615
cd SimplyNews-Web/
17-
sudo chmod +x drivers/geckodriver
1816
pip install -r requirements.txt
17+
sudo chmod +x drivers/chromedriver
18+
tar -xf drivers/ungoogled-chromium_*.tar.xz
1919
```
2020

2121
### Run the main.py

drivers/chromedriver

11.7 MB
Binary file not shown.

drivers/geckodriver

-8.27 MB
Binary file not shown.
Binary file not shown.

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
quart
22
configparser
3-
git+https://codeberg.org/SimpleWeb/SimplyNews-Sites
3+
../SimplyNews-Sites

0 commit comments

Comments
 (0)