I am SHERlocked. Irene is the front-end dashboards for Sherlock (Vulnerability Scanner) & Mycroft (API Server) that we wrote here at @appknox.
You will need the following things properly installed on your computer.
- Git
- Node.js (with npm)
- Ember CLI
- Google Chrome
git clone git@github.com:appknox/irene.git
cd irene
npm install
npm run startprod
npm run start
- Visit your app at http://localhost:4200.
- Visit your tests at http://localhost:4200/tests.
Make use of the many generators for code, try ember help generate
for more details
ember test
ember test --server
ember build
(development)ember build --environment production
(production)
To deploy you should have aws-cli
installed and logged in.
ember deploy staging
- Activate the deployed code:
ember deploy:activate staging --revision=<revision>
- make sure you have
.env
file to deploy it to production ember deploy production
- Activate the deployed code:
ember deploy:activate production --revision=<revision>
- List all the deploy revisions
ember deploy:list production --verbose
- Activate the specific revision
ember deploy:activate production --revision=<revision> --verbose
Copyright © 2021 by Appknox
Irene code is open source under the AGPL v3 license (see LICENSE.txt), but the name ‘Appknox’ and the distinctive appearance of the site are not part of the open source code.
Logo, images and other intellectual property are not released under open source and you should change them if you want to setup your own site.
The code is open to establish trust and transparency on how it works and to allow contributions.
Appknox is a business, and like any business has trade secrets, intellectual property and competition.
To have your contributions merged back into the master repository, you must agree to assign copyright to Appknox and must assert that you have the right to make this assignment.