Code Monkey home page Code Monkey logo

kasteleditor's Introduction

KastelEditor

Webpage that allows users to streamline the process of creating a new project compliant with the KASTEL competence center guide lines.

Getting Started

To download the website simply click on the download link on github or run git clone https://github.com/Baakel/KastelEditor.git on your bash terminal.

Prerequisites

To run this server you need a computer running python 3.5 or later and Docker-CE 18.09 or later. You will also need the following packages installed Requirements

Installing

after downloading, simply cd into the KastelEditor directory and run the command docker-compose up -d. The first time it will build the KastelEditor app image and it will download the mysql image. This will also create the db volume.

Usage

To start the server you need to cd into the KastelEditor directory and run the docker-compose up -d. Your port 5000 needs to be free for this to run. To access the server simply go to http://localhost:5000/ To stop the server run the docker-compose down command. This will stop all active containers and remove them. The database volume will not be removed this way. If you change anything in the codebase you will need to rebuild the KastelEditor Image, to do this run docker-compose build.

If you do any changes to the models of the database you need to migrate them before rebuilding the image. To do this run export FLASK_APP=kastel.py and then run flask db migrate

Deployment

TODO

Built With

  • Python 3.5 - Language used
  • Flask - Web framework used
  • Docker - Container Engine
  • SQLite - Database used locally to test
  • MySQL - Database used inside the container

kasteleditor's People

Contributors

baakel avatar

Watchers

 avatar

kasteleditor's Issues

Blackbox-Mechanisms are not assignable to Hard Goals

I was trying to generate a minimal test-model in the editor.
However, in the Blackbox-Mechanism Tab (BBM) i do get a view with a row for each hard goal and its security concern. However, the "Black Box Mechanism"-Column does not show any (radio-)buttons for the selection of black box mechanisms.

Here is the created model: Test.txt

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.