Code Monkey home page Code Monkey logo

air-traffic-control's Introduction

air-traffic-control

private web interface for running forge playbooks

Install

NOTE : You need to have node installed.

  • clone the repo
  • navigate into the air-traffic-control directory
  • npm install

update conifg.js

Change REPOSITORY_HOME to the directory containing your playbook-* forge ready repos. ATC will filter for playbooks by folder name automaticly.

Change USERID to your user on the remote server. You should have your keys in your keychain.

setup aws access

You should have your aws keys at ~/.aws

export AWS_ACCESS_KEY_ID=REDACT
export AWS_SECRET_ACCESS_KEY=REDACT

and ~/.boto

[Credentials]
aws_access_key_id = REDACT
aws_secret_access_key = REDACT

.boto is read by ansible automaticly however you do need to reference your ~/.aws file:

source ~/.aws

start server

node air-traffic-control.js

open site

http://localhost:3000

air-traffic-control's People

Contributors

stevenharradine avatar

Watchers

 avatar  avatar

Forkers

killerwails-zz

air-traffic-control's Issues

Error: Cannot find module './build/Release/shell'

colstrom@valkyrie ~/P/contrib>
git clone https://github.com/stevenharradine/air-traffic-control.git
Cloning into 'air-traffic-control'...
remote: Counting objects: 34, done.
remote: Compressing objects: 100% (25/25), done.
remote: Total 34 (delta 14), reused 24 (delta 7), pack-reused 0
Unpacking objects: 100% (34/34), done.
Checking connectivity... done.

colstrom@valkyrie ~/P/contrib> cd air-traffic-control/

colstrom@valkyrie ~/P/c/air-traffic-control> ls
LICENSE      README.md    app.js       config.js    package.json

colstrom@valkyrie ~/P/c/air-traffic-control> npm install

> [email protected] install /Users/colstrom/Projects/contrib/air-traffic-control/node_modules/execSync
> node install.js

[execsync v1.0.2] Attempting to compile native extensions.
[execSync v1.0.2]
    Native code compile failed!!
[email protected] node_modules/node-ini

[email protected] node_modules/express
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected] ([email protected], [email protected])
├── [email protected] ([email protected])
├── [email protected] ([email protected])
├── [email protected] ([email protected])
├── [email protected] ([email protected], [email protected], [email protected], [email protected], [email protected])
├── [email protected] ([email protected], [email protected])
└── [email protected] ([email protected], [email protected])

[email protected] node_modules/execSync
└── [email protected] ([email protected])

colstrom@valkyrie ~/P/c/air-traffic-control> node app.js
module.js:338
    throw err;
          ^
Error: Cannot find module './build/Release/shell'
    at Function.Module._resolveFilename (module.js:336:15)
    at Function.Module._load (module.js:278:25)
    at Module.require (module.js:365:17)
    at require (module.js:384:17)
    at Object.<anonymous> (/Users/colstrom/Projects/contrib/air-traffic-control/node_modules/execSync/index.js:30:11)
    at Module._compile (module.js:460:26)
    at Object.Module._extensions..js (module.js:478:10)
    at Module.load (module.js:355:32)
    at Function.Module._load (module.js:310:12)
    at Module.require (module.js:365:17)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.