alpha
Login
or
Join now
shuuji3.xyz
/
drupal-docker-compose
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
[READ-ONLY] Mirror of https://github.com/shuuji3/drupal-docker-compose. Quick launch of Drupal demo site
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
Create README.md
author
TAKAHASHI Shuuji
committer
GitHub
date
6 years ago
(Jan 2, 2020, 9:01 PM +0900)
commit
e4a2db7e
e4a2db7e2e95b2c1d2b669565a22ed79268400b2
parent
e5404c3a
e5404c3ad4b73a9219b3899daf2e3da40594be3c
+11
1 changed file
Expand all
Collapse all
Unified
Split
README.md
+11
README.md
View file
Reviewed
···
1
1
+
# drupal-docker-compose
2
2
+
Quick launch of Drupal demo site
3
3
+
4
4
+
## Usage
5
5
+
6
6
+
```shell
7
7
+
cp .env.sample .env
8
8
+
editor .env
9
9
+
docker-compose up -d
10
10
+
open http://localhost
11
11
+
```