Code Monkey home page Code Monkey logo

coexist's Introduction

This repo is archived and will not see any active development.

This project has yet to start. It will be an attempt to create a web app that manages groups of people and those people authorize themselves with an identity they already own, e.g. at their organization or a social identity.

An administrator or other authorized person will be able to manage a group of people that are entitled, based on their membership, to have access services.

The underlying data model has not be designed yet, but this README serves as a marking point of the start of this endeavour.

Getting Started

The development and test environment is built using containers. Docker is used for that. The scripts directory contains a number of useful scripts that aid in building and running containers.

Prerequisites

The build script passes on a public SSH key to the container being built. This is used to get SSH access to the container and that is necessary for Ansible to work. Before starting the first build, make sure you have a valid public/private SSH key. You can generate one as follows:

ssh-keygen -t rsa -f id_rsa

Building and Starting Containers

To build a new coexist container, use the following script:

./scripts/build_coexist

Once built, use

./scripts/start_coexist

to start the coexist container.

With a running container, provision as follows:

ansible-playbook -i environments/docker/inventory --limit coexist coexist.yml

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.