Go to file
Bokros Bálint 4bf3c68f04
Merge pull request #24 from avatao-content/baseimage_final
Refactor project into TFW baseimage
2018-03-23 15:44:24 +01:00
lib Strip controller from TFW 2018-03-23 11:37:01 +01:00
nginx Fix nginx config for Angular 2018-03-14 10:23:46 +01:00
supervisor Strip controller from TFW 2018-03-23 11:37:01 +01:00
.gitignore Implement frontend dependency management 2017-12-11 17:37:21 +01:00
.gitmodules Add submodule with remote tracking 2018-03-09 17:41:23 +01:00
.pyenvrc Rearrange project and dockerize 2017-11-27 21:09:56 +01:00
Dockerfile Refactor project into TFW baseimage 2018-03-23 14:44:02 +01:00
README.md Remove obsolete information from README 2018-03-23 15:24:30 +01:00
requirements.txt Upgrade python packages 2018-03-15 16:11:35 +01:00
tfw_magic_start.sh Update magic starter to support new baseimage 2018-03-23 15:14:16 +01:00

Tutorial Framework

Building and running with magic starter

Execute the tfw_magic_start.sh script and it will automagically run a backend instance in Docker and serve the Angular frontend locally.

This requires the test-tutorial-framework (Docker image FROM baseimage-tutorial-framework) and frontend-tutorial-framework repositories to have a common parent folder.

Building with Docker

Simply issue docker build -t baseimage-tutorial-framework . in the project root.

Creating child images

Documentation in progress...