Giter Club home page Giter Club logo

pa_application's Introduction

Micado app (micado)

Public Administration application

Build Status

Development instructions

To develop this application you need to execute the following command to get a proper shell in the development environment, this will mount the source folder and allow editing the code with you preferred editor while getting the benefit of having autorefresh etc.

docker-compose run pa_app_dev bash

Install the dependencies

The first time you will have to install all the modules or quasar will complain.

npm install

Start the app in development mode (hot-code reloading, error reporting, etc.)

docker-compose up

The application can be accessed both the following addresses

http://pa.micado.csi.it   [using the balancer in front of the web server as in production environment; the FQDN must be set in hosts file]
http://localhost:8080     [with hot reloading]

To test the application during Development

docker exec -it pa_application_pa_app_dev_1 /bin/bash
QENV=test;NODE_ENV=test;quasar test --unit jest

Build the app for production

To have a build to test locally is possible to execute the command below

docker build -t micadoproject/pa_app_site:0.0.1 .

For release the GIT repository is linked to Dockerhub so at each push a new image build will be triggered.

Customize the configuration

See Configuring quasar.conf.js.

Funded by

EU LogoThis project has received funding from the European Union’s H2020 Innovation Action under Grant Agreement No 822717.

pa_application's People

Contributors

gi-dorio avatar ivchicano avatar gioppoluca avatar jowiexiang avatar trtstm 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.