1
0
mirror of https://github.com/avatao-content/test-tutorial-framework synced 2024-07-30 09:57:45 +00:00
test-tutorial-framework/README.md

34 lines
1.5 KiB
Markdown
Raw Normal View History

2018-03-30 20:14:11 +00:00
# tutorial-framework test
This is an example playground project built via TFW.
It is a good starting point to build your own challenges from and will host automated tests in the future.
It also gives home to several useful scripts in the `hack` folder to speed up development.
## Getting started
TFW consists of 3 repositories:
- `baseimage-tutorial-framework` Docker baseimage
- `frontend-tutorial-framework` Angular frontend
- `test-tutorial-framework` (this repo)
See the documentation of each in their `README.md` files.
Getting started with creating challenges using the framework *setting up a development environment, building, running and such* is documented here.
2018-03-31 16:23:11 +00:00
To learn the stuff you need to know about TFW in order to get started you should consult the `baseimage-tutorial-framework` repo.
2018-03-30 20:14:11 +00:00
## Setting up a development environment
2018-03-31 16:23:11 +00:00
Just copy and paste the following command in a terminal:
`curl -fsSL https://git.io/vxBfj | bash`
> You have trust issues regarding the public key infrastructure? You can request a checksum authenticated version of the installer command from our team!
2018-03-31 18:21:26 +00:00
This will set up a special version of `test-tutorial-framework` just for you:
- the latest frontend is included in `solvable/frontend` with dependencies installed
- `solvable/Dockerfile` is pinned to use the latest TFW baseimage
2018-03-31 16:23:11 +00:00
2018-03-31 18:21:26 +00:00
After this, you can run use the `hack/tfw.sh` script to build and run your copy (just call it without any arguments to see usage information).