Giter VIP home page Giter VIP logo

specsystem's Introduction

Installation Readme Document

This document provides instructions on how to install and set up the specsystem application.

Prerequisites

  • Docker and docker-compose installed on your machine
  • An empty directory to store the installation files

Installation Steps

  1. Copy file spec/proj/settings_local.py.template as spec/proj/settings_local.py. Modify values if necessary.

  2. Run the following command to start the installation process:

    docker-compose up --build

  3. Open http://localhost:8087. You should see the specsystem login page.

Note: If you need to stop the application, press CTRL+C in the terminal window where the application is running. To start the application again, navigate to the directory where the installation files are located and run the "docker-compose up" command again.

Troubleshooting

  • If you have trouble accessing the application, make sure that no other services are using ports 8888, 443, or 8087.

Running Django Migrations

After the installation and setup of the specsystem application, you need to run the Django migrations to set up the database schema. Follow these steps:

  1. Using any MSSQL client, login to the server using data from settings_local.py and create DB spec_qa(defined in settings, value DATABASES.default.NAME);

  2. Run the following command to access the specsystem container:

    docker-compose exec specsystem bash

  3. Run the following command to run the Django migrations:

    python manage.py migrate

  4. Wait until the migrations complete, and you see a message indicating that the migrations were applied successfully.

Now you can use the specsystem application with the database schema set up correctly.

specsystem's People

Contributors

jbecerraromero avatar yaroslav-pohil avatar plaris-solar avatar

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.