Giter Club home page Giter Club logo

bookingmbc's Introduction

Booking MBC

Docs from Stabulario to be adapted - work in progress

Installation

Creating the db volume:

sudo docker volume create booking_mbc

Changing environment

  • Environment variables for server config are set inside docker-compose.yml
  • The field DJANGO_ALLOWED_HOSTS in the environment variables must be set to the address used to access the software, or Django will refuse connections.

Launch docker services

  • from root folder run sudo docker-compose up
  • website is then accessible at http://127.0.0.1:8000/
  • The database is created with an existing admin account with password admin

Accessing shell to running server and db

To open a shell inside the running server's container use:

  • sudo docker exec -ti 3plex_frontend_server-app-1 /bin/sh To close it:
  • exit Similarly, db shell can be accessed:
  • mysql --host=127.0.0.1 --port=30002 -u root -p

Usage in debug mode - outside docker

It is possible to launch the software outside of the docker container for debug and develop purposes.

  • Launch the database docker service with
    • docker compose up -d db
  • Enter in the stabulario subfolder
  • Load environment variables
    • source debug_config.sh
  • Create virtual environment
    • python3 -m venv env
  • Activate virtual env
    • source env/bin/activate
  • Install requirements into environment
    • python3 -m pip install -r requirements.txt

bookingmbc's People

Contributors

emhirsch avatar marco-masera 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.