Skip to content

Manage and deploy DNS for training and education environments.

License

Notifications You must be signed in to change notification settings

Raznic/Bailiwick

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bailiwick

Bailiwick is a web-based tool for creating a mock version of the real-world DNS hierarchy for training and education purposes.

Installation

Follow these instructions to get the project up and running in your own development environment.

  1. Clone the project.
    $ git clone https://github.com/Raznic/Bailiwick
    $ cd Bailiwick/src/
  2. Optionally, create a Python virtual environment. Though not required, it is recommended to help keep this project's dependencies isolated from other Python projects on the same system which may have different packages or package versions.
  3. Install package requirements.
    $ pip install -r requirements.txt
  4. Run any database migrations.
    $ python manage.py migrate
  5. Launch the development server.
    $ python manage.py runserver

Tests

To run tests for the project, use the following command:

$ python manage.py test

Contributing

Contributions to the project in any form are always welcome. Please read the contributing guidelines for details.

About

Manage and deploy DNS for training and education environments.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published