Anzû (Mesopotamian Mythology): A demon in the form of a massive bird that guards sacred places.
Anzu is an IDS to enhance home network security without relying on complex, business-grade firewalls or IDS systems, which are expensive and often excessive for personal use.
- Install Javascript dependencies
$ npm install
- Create and activate Python virtual environment
$ python -m venv myenv
$ source myenv/bin/activate
- Install Python dependencies
pip install -r requirements/dev.txt
- Build packages
$ sudo npm run-script build
- Initialize the database
$ sudo flask db init
$ sudo flask db migrate
$ sudo flask db upgrade
- Run the application.
$ sudo npm start
Home screen: http://localhost:5000