mirror of
https://github.com/dbarzin/pandora-box.git
synced 2025-07-24 15:59:42 +02:00
Merge branch 'main' of https://github.com/dbarzin/pandora-box
This commit is contained in:
commit
d2744642e7
2 changed files with 37 additions and 2 deletions
13
INSTALL.md
13
INSTALL.md
|
@ -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)
|
||||
|
|
26
README.md
26
README.md
|
@ -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).
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue