Skip to content
This repository was archived by the owner on Oct 29, 2021. It is now read-only.

Different run modes #1

Open
jhsu802701 opened this issue May 30, 2021 · 0 comments
Open

Different run modes #1

jhsu802701 opened this issue May 30, 2021 · 0 comments

Comments

@jhsu802701
Copy link
Member

jhsu802701 commented May 30, 2021

Virtual Mode

These scripts are executed from within the Docker setup.

Script v1.sh v2.sh v3.sh v4.sh v5.sh v6.sh
Starting Point rails new rails6v1 rails6v2 rails6v3 rails6v4 rails6v5
Execute 01-01? Y N N N N N
Dockerization? N Y N N N N
Add Lint? N N Y N N N
Add Vulnerability Tests? N N N Y N N
Add Static Pages? N N N N Y N
Rest of Steps? N N N N N Y
End Product rails6v1 rails6v2 rails6v3 rails6v4 rails6v5 rails6v6

Host Mode

These scripts are executed from the host environment.

Script h2.sh h3.sh h4.sh h5.sh h6.sh
Starting Point rails new rails6v2 rails6v3 rails6v4 rails6v5
Execute 01-01? Y N N N N
Dockerization? Y N N N N
Add Lint? N Y N N N
Add Vulnerability Tests? N N Y N N
Add Static Pages? N N N Y N
Rest of Steps? N N N N Y
End Product rails6h2 rails6h3 rails6h4 rails6h5 rails6h6

Full Mode

  • Execute the full script (main.sh) from the host environment.
  • Starting point: rails new
  • Steps to execute: all
  • End product: rails6n
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant