baseimage-tutorial-framework/README.md

17 lines
562 B
Markdown
Raw Normal View History

2017-11-27 19:58:34 +00:00
Tutorial Framework
==================
2018-03-09 10:14:00 +00:00
## Building and running with magic starter
2017-11-27 19:58:34 +00:00
2018-03-09 10:14:00 +00:00
Execute the `tfw_magic_start.sh` script and it will automagically run a backend instance in Docker and serve the Angular frontend locally.
2017-11-27 19:58:34 +00:00
This requires the `test-tutorial-framework` (Docker image `FROM baseimage-tutorial-framework`) and `frontend-tutorial-framework` repositories to have a common parent folder.
2017-11-27 19:58:34 +00:00
## Building with Docker
2017-11-27 19:58:34 +00:00
Simply issue `docker build -t baseimage-tutorial-framework .` in the project root.
2017-11-27 19:58:34 +00:00
## Creating child images
2017-11-27 19:58:34 +00:00
Documentation in progress...