All Projects → appknox → irene

appknox / irene

Licence: AGPL-3.0 license
I AM SHER LOCKED. Dashboard for Appknox Users.

Programming Languages

javascript
184084 projects - #8 most used programming language
Handlebars
879 projects
SCSS
7915 projects
HTML
75241 projects
shell
77523 projects
Sass
350 projects

Projects that are alternatives of or similar to irene

ember-cli-string-helpers
Set of the String helpers extracted from DockYard's ember-composable-helpers.
Stars: ✭ 73 (+386.67%)
Mutual labels:  ember, emberjs
sharesome
Share files quickly from your remote storage
Stars: ✭ 21 (+40%)
Mutual labels:  ember, emberjs
Ember Cli Addon Docs
Easy, beautiful docs for your OSS Ember addons
Stars: ✭ 162 (+980%)
Mutual labels:  ember, emberjs
Super Rentals
Codebase for the Super Rentals official tutorial
Stars: ✭ 134 (+793.33%)
Mutual labels:  ember, emberjs
ember-angle-brackets-codemod
Codemod to convert curly braces syntax to angle brackets syntax
Stars: ✭ 58 (+286.67%)
Mutual labels:  ember, emberjs
Awesome Ember
A curated list of awesome Ember.js stuff like addons, articles, videos, gists and more.
Stars: ✭ 140 (+833.33%)
Mutual labels:  ember, emberjs
super-rentals-tutorial
No description or website provided.
Stars: ✭ 69 (+360%)
Mutual labels:  ember, emberjs
Ember Cli Foundation 6 Sass
Stars: ✭ 65 (+333.33%)
Mutual labels:  ember, emberjs
webmarks
remoteStorage-enabled bookmarking app
Stars: ✭ 65 (+333.33%)
Mutual labels:  ember, emberjs
vim-emberlayout
Open Ember files in a grid
Stars: ✭ 18 (+20%)
Mutual labels:  ember, emberjs
Guides Source
This repository contains the Ember.js Guides
Stars: ✭ 130 (+766.67%)
Mutual labels:  ember, emberjs
emberconf-2018
EmberConf 2018 notes.
Stars: ✭ 56 (+273.33%)
Mutual labels:  ember, emberjs
Ember Cli Bundle Analyzer
Analyze the size and contents of your Ember app's bundles
Stars: ✭ 78 (+420%)
Mutual labels:  ember, emberjs
Qunit Dom
High Level DOM Assertions for QUnit
Stars: ✭ 146 (+873.33%)
Mutual labels:  ember, emberjs
Ember Styleguide
This is a UI addon that intends to help standardize the Ember family of websites and make it easier to make the Ember website an Ember app.
Stars: ✭ 69 (+360%)
Mutual labels:  ember, emberjs
Library App
Detailed Ember.js Octane v3.21 tutorial for absolute beginners. https://yoember.com
Stars: ✭ 189 (+1160%)
Mutual labels:  ember, emberjs
Ember Octane Vs Classic Cheat Sheet
A cheat sheet for converting classic Ember app to Octane
Stars: ✭ 48 (+220%)
Mutual labels:  ember, emberjs
Ember Api Docs
Ember API Docs viewer
Stars: ✭ 55 (+266.67%)
Mutual labels:  ember, emberjs
fire
An idiomatic micro-framework for building Ember.js compatible APIs with Go.
Stars: ✭ 56 (+273.33%)
Mutual labels:  ember, emberjs
deprecation-app
Deprecation guides for ember.js, ember-data, and ember-cli
Stars: ✭ 18 (+20%)
Mutual labels:  ember, emberjs

Irene

Irene Test codecov

I am SHERlocked. Irene is the front-end dashboards for Sherlock (Vulnerability Scanner) & Mycroft (API Server) that we wrote here at @appknox.

Prerequisites

You will need the following things properly installed on your computer.

Installation

Running / Development

Code Generators

Make use of the many generators for code, try ember help generate for more details

Running Tests

  • ember test
  • ember test --server

Building

  • ember build (development)
  • ember build --environment production (production)

Deploying

To deploy you should have aws-cli installed and logged in.

Staging

  • ember deploy staging
  • Activate the deployed code: ember deploy:activate staging --revision=<revision>

Production

  • make sure you have .env file to deploy it to production
  • ember deploy production
  • Activate the deployed code: ember deploy:activate production --revision=<revision>

Roll-Back

  • List all the deploy revisions ember deploy:list production --verbose
  • Activate the specific revision ember deploy:activate production --revision=<revision> --verbose

Further Reading / Useful Links

License

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].