Git Product home page Git Product logo

djob's Introduction

Djob

Download & Launch

Clone this repo with:

$ git clone https://github.com/matt115/Djob

Go to Djob directory and pull images from public registry:

  $ cd Djob
  $ docker-compose pull

Connect to the web service and apply migrations to PostgreSQL:

$ docker-compose run --rm web sh
$ ./manage.py migrate
$ exit

Launch:

$ docker-compose up

Open your browser and go to http://localhost:8001/signup.

Enjoy :)

Create example data

Enter the following ( with docker services up ):

  $ docker-compose exec web sh
  $ python create_data.py

...done. You can then login with any user displayed with password 'password'.

Build images

If you want build directly the images, after you have cloned the repo you have to init git submodules
(i.e fetch python-graph repo); so you can type:

$ git submodule update --init --recursive

tip: if you want that git downloads external repo automagically you can set this option:

git config --global submodule.recurse true

Then you can build images with:

$ docker-compose build

After that:

$ docker-compose up

Note

This project is not actually intended for deploy.

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.