Coder Social home page Coder Social logo

informaexpress's Introduction

InformaExpress

This package bootstraps the Informa build of Unveillance (both front and back ends) onto a Docker container. It takes about 20 minutes to build, because of dependencies, but will take you from start to finish.

Install

After cloning, do the following:

  1. cd InformaExpress

  2. git submodule update --init --recursive

  3. Import whatever extra folders required for your build into src/

  4. dutils/setup.sh informa_express /path/to/config.json (if you have one)

  5. Follow the prompts

Upon successful installation, three new scripts should be generated: run.sh, shutdown.sh, and update.sh.

Usage

Simply run ./run.sh to start your engine. ./stop.sh will shut it down when you're finished.

Updating and Maintaining

When the engine is running, you can add a github key to the box via SSH. Once run, you'll be shown the port mappings for this engine. Copy an ssh key into it by running something like

scp -p 49160 /my/id_rsa engine-user@localhost:/home/engine-user/.ssh

...where you substitute the port for whatever you're shown in the mappings when you start the engine. Boot2Docker users will not use localhost, but the IP address assigned by Docker. (This is also quite visible when you launch.)

You can then pull from the InformaAnnex or InformaFrontend packages on Github as you normally would, whenever you're "in the box" with SSH. To start a shell session, simply

./run.sh shell

By default, the git user.name and user.email directives are preconfigured. You can change those directives to reflect your user account name and email by running git config --global user.name "your name". (Same goes for your email address).

When you want to update the entire engine to the latest code on github, do

./run.sh update

informaexpress's People

Watchers

 avatar

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.