Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 728 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 728 Bytes

Naisho

Naisho is a free and open-source tool for sending personal information data deletion request emails to data brokers via SMTP.

Stack

Local setup (native)

  1. Clone the repo.
  2. Install the Ruby version in .ruby-version.
  3. Install SQLite3.
  4. Run bin/setup to install Ruby dependencies and set up the database.
  5. Run bin/rails runner "Company.sync_all" to pull the latest data broker companies from sources.
  6. Run bin/rails server to start the Rails server.