public inbox for [email protected]
 help / color / mirror / Atom feed
* [PATCH server-a001 v2 0/4] Install net-tools and MySQL server
@ 2022-04-30 17:08 Ammar Faizi
  2022-04-30 17:08 ` [PATCH server-a001 v2 1/4] Install net-tools Ammar Faizi
                   ` (4 more replies)
  0 siblings, 5 replies; 16+ messages in thread
From: Ammar Faizi @ 2022-04-30 17:08 UTC (permalink / raw)
  To: GNU/Weeb Mailing List
  Cc: Ammar Faizi, Alviro Iskandar Setiawan, Hazmi Alfarizqi,
	Hazmi Alfarizqi

Hi,

This is v2 revision of install net-tools and MySQL server patchset.

There are 4 patches in this series:
- Patch 1 is just to install net-tools.
- Patch 2 is to install MySQL server.
- Patch 3 is to create a directory for persistent storage.
- Patch 4 is to create a small script to get everything running.

Please review, thanks!

#### How to run this

Simply just do:

  sudo bash start.sh run;

In case you have already running or stale container, the above
command will fail. If you want to start everything from the
beginning without caring with the previous container, simple
just do:

  sudo bash start.sh force-run;

It will destroy the old container and run a new fresh one.

#### Changelog

v1 -> v2:
  - Collect Reviewed-by tags from Alviro and Hazmi for patch #1.

  - Address comment from Alviro, add the mechanism for other
    maintainers to actually run this all. I provided a new file
    start.sh to do that this time.

  - Add persistent data storage directory (currently only used by MySQL).

Link v1: https://lore.gnuweeb.org/gwml/[email protected]

Signed-off-by: Ammar Faizi <[email protected]>
---

Ammar Faizi (4):
  Install net-tools
  Install MySQL server
  Create `storage` directory for saving persistent data
  Create start.sh to start the docker container

 Dockerfile           |  4 ++--
 docker-entrypoint.sh |  1 +
 start.sh             | 37 +++++++++++++++++++++++++++++++++++++
 storage/.gitignore   |  2 ++
 4 files changed, 42 insertions(+), 2 deletions(-)
 create mode 100644 start.sh
 create mode 100644 storage/.gitignore


base-commit: 805621a61ed6aaef8ab9ff4dfb667ff1faa486d5
-- 
Ammar Faizi


^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2022-05-01 15:13 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-30 17:08 [PATCH server-a001 v2 0/4] Install net-tools and MySQL server Ammar Faizi
2022-04-30 17:08 ` [PATCH server-a001 v2 1/4] Install net-tools Ammar Faizi
2022-04-30 17:08 ` [PATCH server-a001 v2 2/4] Install MySQL server Ammar Faizi
2022-04-30 17:24   ` Alviro Iskandar Setiawan
2022-04-30 17:08 ` [PATCH server-a001 v2 3/4] Create `storage` directory for saving persistent data Ammar Faizi
2022-04-30 17:30   ` Alviro Iskandar Setiawan
2022-04-30 17:39     ` Ammar Faizi
2022-04-30 17:54       ` Ammar Faizi
2022-05-01 12:13   ` Hazmi Alfarizqi
2022-04-30 17:08 ` [PATCH server-a001 v2 4/4] Create start.sh to start the docker container Ammar Faizi
2022-04-30 17:32   ` Alviro Iskandar Setiawan
2022-05-01 12:15   ` Hazmi Alfarizqi
2022-05-01 13:45     ` Ammar Faizi
2022-05-01 15:09       ` Hazmi Alfarizqi
2022-05-01 15:13         ` Ammar Faizi
2022-04-30 17:10 ` [PATCH server-a001 v2 0/4] Install net-tools and MySQL server Ammar Faizi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox