Skip to content

Latest commit

 

History

History
33 lines (32 loc) · 739 Bytes

dev-readme.md

File metadata and controls

33 lines (32 loc) · 739 Bytes

Development Instructions

  1. Clone the fsi-dnsdb repository
    $ git clone https://github.com/giovino/fsi-dnsdb.git
    $ cd fsi-dnsdb
    
  2. Start vagrant
    $ vagrant up
    $ vagrant ssh
    
  3. Reboot the machine using poweroff and vagrant up to finish updating the VM (first time only)
    $ sudo poweroff
    <wait 10 seconds>
    $ vagrant up
    $ vagrant ssh
    
  4. Install in development mode using Poetry
    $ cd /vagrant
    $ poetry install
    
  5. Open a shell within the virtual environment using Poetry
    $ poetry shell
    
  6. Open ipython and load the dnsdb module
    $ ipython
    In [1]: import dnsdb