-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
import antcat db and display sample of data in webpage
- Loading branch information
1 parent
3883476
commit 873f0d2
Showing
6 changed files
with
50 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
Temporary README to explain how to run docker in this subdirectory. | ||
|
||
setup: unzip the db initialization file sql-data/init.sql.gz. | ||
- it is too large for git to handle unless zipped | ||
- make sure not to commit this change when pushing | ||
start: docker-compose up --build -d | ||
- d flag runs detached in background | ||
- build processes any changes in the Dockerfile | ||
stop: docker-compose down -v | ||
- v flag removes volumes which is necessary when starting the next time |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Binary file not shown.