New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

controltower

Package Overview
Dependencies
Maintainers
1
Versions
103
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

controltower

a customer control center web app

  • 0.15.8
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
15
decreased by-73.68%
Maintainers
1
Weekly downloads
 
Created
Source

controltower

a generic control center web app aka "web admin", "dashboard", "panel"…

built with choo v4 npm version Build Status dependencies Status License see all badges…

Bootstrap theme

This branch uses the gentelella Bootstrap theme by Colorlib.

Contributing

If you plan to contribute with code patches, below are some instructions on how to setup a dev environment in your machine.

Dependencies install

Controltower is a javascript software and use npm as package manager, you will need to have node.js installed. To get the dependencies use:

npm install

Controltower backend

Controltower expect some services to be up and use them as the backend, so you will have to:

  1. configure a facebook app for the customer authentication / login to work, write down your App Id to use on your config.js file
  2. configure and launch a controltower-api server to be used as the backend
  3. if you plan to use sage features, configure and launch a sage server to be used as the sage api backend

Generate the config.js file

There is a small shell script that can generate simple controltower config files by replacing the placeholders on the config-sample.js file with their respective env vars of your machine, if you want to use it you can run:

npm run create:config

to create, or:

npm run create:config -- replace

to replace.

Launch the webserver

npm start

And access it on http://localhost:9966

Keywords

FAQs

Package last updated on 20 Oct 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc