GithubHelp home page GithubHelp logo

moraleslazaro / controlcad Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 30.4 MB

Management of paper blueprints and CAD files with version control

License: GNU General Public License v3.0

Python 15.49% PLpgSQL 0.06% JavaScript 36.48% CSS 5.89% HTML 41.88% Dockerfile 0.20%

controlcad's Introduction

ControlCAD

Application designed and developed for my degree project with the purpose of manage scanned blueprints as well as CAD files in the company I was working for. It provides a simple control versioning system for CAD files using the MD5 algorithm to detect changes on the file structure.

The application is built on Django/Python and SQLite and it is configured to be launched using the WSGI web server provided by Python.

Once the application is running use the user admin and password admin in order to log into the administration panel.

Running ControlCAD

Vagrant

After cloning the repo, provision the VM using the following command:

$ vagrant up --provision

Docker

If you are using Docker you can build an image with all the tools using:

docker build -t local/django .

That image will have all the tools and ControlCAD inside to create containers using:

docker run --rm -d -p 8080:8000 local/django

Argument -d will make the the container to run on the background, remove it and it will show the output of the Python WSGI server.

If you are running Docker client and server on the same host you can also mount the development folder on the container to update the changes automatically. Use the following command:

docker run --rm -d --mount type=bind,source="$(pwd)",target=/controlcad -p 8080:8000 local/django

ControlCAD should be running then on http://localhost:8080 and show this welcome page:

alt text

You can also sign in as one of the predefined users. Use username finol and password finol to login as a project manager.

alt text

controlcad's People

Contributors

moraleslazaro avatar

Watchers

James Cloos avatar  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.