Giter VIP home page Giter VIP logo

docker-chiminey's Introduction

Dockerized Chiminey

This is a dockerized build of the docker branch of the Chiminey system: http://chiminey.net

Usage

  1. Install docker (>= 1.12.0) and docker-compose (>=1.7.0)

http://docs.docker.com/compose)

  1. Clone the dockerized chiminey repository
   $ git clone https://github.com/chiminey/docker-chiminey.git
  1. Change your working directory
   $ cd docker-chiminey
  1. Copy the prototype environment file to your personalised version and change passwords as needed:
    $ cp env .env
  1. Setup a self-signed certificate. You will be prompted to enter country code, state, city, and etc.
    $ sh makecert
  1. Deploy the Chiminey platform
    $ docker-compose up -d

After about a minute, the location http://127.0.0.1 will point at the Chiminey portal. To watch the celery workers go to: http://127.0.0.1:8080

  1. Configure the Chiminey deployment by creating the superuser, initialising the database, and signing up regular users.
    $ ./createsuper
    $ ./init
    $ ./createuser
  1. List existing smart connectors
    $ ./listsc
  1. Activate smart connectors from the tutorials at http://chiminey.readthedocs.org. The syntax to add any of the smart connectors that are included with the platform is $ ./activatesc smart-connector-name. Agree to activate the smart connector when prompted.
    $ /activatesc hrmclite

This project is working reasonably well as a demo, but IS NOT FOR PRODUCTION USE

docker-chiminey's People

Contributors

ianedwardthomas avatar iiman avatar chiminey 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.