public inbox for [email protected]
 help / color / mirror / Atom feed
From: Ammar Faizi <[email protected]>
To: GNU/Weeb Mailing List <[email protected]>
Cc: Ammar Faizi <[email protected]>,
	Alviro Iskandar Setiawan <[email protected]>,
	Hazmi Alfarizqi <[email protected]>,
	Hazmi Alfarizqi <[email protected]>
Subject: [PATCH server-a001 v2 0/4] Install net-tools and MySQL server
Date: Sun,  1 May 2022 00:08:34 +0700	[thread overview]
Message-ID: <[email protected]> (raw)

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


             reply	other threads:[~2022-04-30 17:08 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-30 17:08 Ammar Faizi [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    [email protected] \
    [email protected] \
    [email protected] \
    [email protected] \
    [email protected] \
    [email protected] \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox