Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
docker-php-starterkit
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IML Open Source
docker-php-starterkit
Commits
40d822d2
Commit
40d822d2
authored
10 months ago
by
Hahn Axel (hahn)
Browse files
Options
Downloads
Patches
Plain Diff
update docs
parent
b4cf1cb6
Branches
Branches containing commit
No related tags found
1 merge request
!11
Shellfixes
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/50_⌨️_Usage.md
+18
-17
18 additions, 17 deletions
docs/50_⌨️_Usage.md
with
18 additions
and
17 deletions
docs/50_⌨️_Usage.md
+
18
−
17
View file @
40d822d2
...
@@ -12,7 +12,7 @@ There is a menu offerning a key and the description for its action. If an action
...
@@ -12,7 +12,7 @@ There is a menu offerning a key and the description for its action. If an action
The script supports command line parameters to use it in scripts. Use
`-h`
to get a help:
The script supports command line parameters to use it in scripts. Use
`-h`
to get a help:
```
txt
```
txt
INITIALIZER FOR DOCKER APP v1.1
0
INITIALIZER FOR DOCKER APP v1.1
2
A helper script written in Bash to bring up a PHP+Mysql application in docker.
A helper script written in Bash to bring up a PHP+Mysql application in docker.
...
@@ -35,23 +35,24 @@ MENU KEYS:
...
@@ -35,23 +35,24 @@ MENU KEYS:
The same keys can be put as parameter to start this action.
The same keys can be put as parameter to start this action.
You can add multiples keys to apply multiple actions.
You can add multiples keys to apply multiple actions.
g - remove git data of starterkit
i - init application: set permissions
g - remove git data of starterkit
t - generate files from templates
T - remove generated files
i - init application: set permissions
t - generate files from templates
u - startup containers docker-compose ... up -d
T - remove generated files
U - startup containers docker-compose ... up -d --build
s - shutdown containers docker-compose stop
u - startup containers docker-compose ... up -d
r - remove containers docker-compose rm -f
U - startup containers docker-compose ... up -d --build
s - shutdown containers docker-compose stop
m - more infos
r - remove containers docker-compose rm -f
o - open app [my_new_app] http://localhost:8001/
c - console (bash)
m - more infos
p - console check with php linter
o - open app [my_new_app] http://localhost:8001/
c - console (bash)
q - quit
p - console check with php linter
q - quit
EXAMPLES:
EXAMPLES:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment