Skip to content

Commit f64b72b

Browse files
committed
Add README.md
1 parent a5024e5 commit f64b72b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
**IMPORTANT: Have docker installed!**
2+
3+
### Hopefully "foolproof" instructions:
4+
1. Clone repository
5+
2. Move into Image Folder `cd Images/qiita`
6+
3. Build docker image `docker build . -f qiita/Dockerfile -t qiita`
7+
4. Move to folder containing compose file `cd ../..`
8+
5. Run docker compose `docker compose up`
9+
6. To stop: Run `docker compose down`
10+
- Use `docker compose down --volumes`if you wish to remove the database volume as well.

0 commit comments

Comments
 (0)