We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 739d2c6 commit 406d2c7Copy full SHA for 406d2c7
README.md
@@ -0,0 +1,10 @@
1
+# CSAS Demo Runner
2
+
3
+The demo runner for PHP-CSAS.
4
5
+## How to Run
6
7
+- Make sure you have both Python (2.X) and Vagrant installed.
8
+- Install python dependencies with `pip install -r requirements.txt`.
9
+- Run `run_csas.sh` to run the demo with csas enabled.
10
+- Run `run_no_csas.sh` to run the demo without CSAS enabled.
0 commit comments