1
0
Fork 0
mirror of https://github.com/dbarzin/pandora-box.git synced 2025-07-24 15:59:42 +02:00
This commit is contained in:
dbarzin 2022-07-06 23:49:34 +02:00
commit d2744642e7
2 changed files with 37 additions and 2 deletions

View file

@ -1,6 +1,14 @@
Pandora-BOX
============
Host
----
CORE i5 - 4G RAM - 20G disk
Installation
------------
Install Ubuntu 22.04 server LTS
select (x) Ubuntu Server (minumized)
@ -16,7 +24,10 @@ After reboot, login with the user created during the install and type :
cd pandora-box
sudo ./install.sh
You can configura Pandora-box in the _pandora-box.ini_ file :
Configuration
-------------
You can configure Pandora-box in the _pandora-box.ini_ file :
[DEFAULT]
; Curses mode (full text)

View file

@ -11,5 +11,29 @@ It is based on recycled ThinkCenter and an integrated HDMI touch screen.
[<img src="images/box3.jpg" width="400">](images/box3.jpg)
[<img src="images/box4.jpg" width="400">](images/box4.jpg)
The installation procedure is described [here](INSTALL.md).
## Interface
It has a graphic user interface :
[<img src="images/pandora-box1.png" width="400">](images/pandora-box1.png)
[<img src="images/pandora-box2.png" width="400">](images/pandora-box2.png)
[<img src="images/pandora-box3.png" width="400">](images/pandora-box3.png)
[<img src="images/pandora-box4.png" width="400">](images/pandora-box4.png)
and a text user interface for advanced users :
## Roadmap
If you want to contribute, we have a [roadmap](ROADMAP.md).
## Installation
The [installation and configuration procedure](INSTALL.md) is documented.
## License
Pandora-box is an open source software distributed under [GPL](https://www.gnu.org/licenses/licenses.html).