Welcome to the "Project CS 2013" project
-
Download and compile the linux system dependencies, (only needed once per machine)
make install_linux_deps
-
Download and compile the project dependencies, and compile the project sources
make install
-
Run the application by using startup script (one of the commands below)
make run_all sudo ./scripts/sensec.sh start -
Alternative run (type each in separate shells)
make run_rabbit make run_es make run_nodejs make run -
To shutdown either close each individual shell or run one of the commands below
make stop_all sudo ./scripts/sensec.sh stop
-
There are two ways of setting up the environment for testing. Either run the startup script by one of the below commands.
make test_setup sudo ./scripts/sensec.sh test_setup -
Or run each of the following commands in a separate shell
make run_rabbit make run_es make run_nodejs make run_fake_resource -
Run the tests
make test
