From 20f28b54a7060c4285bec902891c374b1b22b068 Mon Sep 17 00:00:00 2001 From: Didier Barzin Date: Wed, 6 Jul 2022 22:14:51 +0200 Subject: [PATCH 1/4] Update README.md --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 262963a..b99f31c 100644 --- a/README.md +++ b/README.md @@ -11,5 +11,16 @@ It is based on recycled ThinkCenter and an integrated HDMI touch screen. [](images/box3.jpg) [](images/box4.jpg) -The installation procedure is described [here](INSTALL.md). +It has a graphic user interface : + +[](images/pandora-box1.png) +[](images/pandora-box2.png) +[](images/pandora-box3.png) +[](images/pandora-box4.png) + +and a text user interface for advanced users : + + + +There is an [installation and configuration procedure](INSTALL.md). From 6fce643820eb9b92e9bd796cddb87ed3fe2f1fd4 Mon Sep 17 00:00:00 2001 From: Didier Barzin Date: Wed, 6 Jul 2022 22:37:19 +0200 Subject: [PATCH 2/4] Update README.md --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b99f31c..659d863 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,9 @@ It is based on recycled ThinkCenter and an integrated HDMI touch screen. [](images/box3.jpg) [](images/box4.jpg) + +## Interface + It has a graphic user interface : [](images/pandora-box1.png) @@ -22,5 +25,11 @@ and a text user interface for advanced users : -There is an [installation and configuration procedure](INSTALL.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). From 6329c4aee07c68392cab24bf5ea2de310943c415 Mon Sep 17 00:00:00 2001 From: Didier Barzin Date: Wed, 6 Jul 2022 22:40:23 +0200 Subject: [PATCH 3/4] Update INSTALL.md --- INSTALL.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 173c323..d957323 100644 --- a/INSTALL.md +++ b/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) From be8eb8e2f280b5e9ef2867ce01c12dac24281c1e Mon Sep 17 00:00:00 2001 From: Didier Barzin Date: Wed, 6 Jul 2022 22:42:14 +0200 Subject: [PATCH 4/4] Create README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 659d863..b6000cf 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,10 @@ 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.