GithubHelp home page GithubHelp logo

sakho3600 / aeris Goto Github PK

View Code? Open in Web Editor NEW

This project forked from cameroonegovservices/aeris

0.0 1.0 0.0 1.75 MB

Faciliter la déclaration des rejets dans l'air

License: MIT License

PHP 38.65% CSS 0.37% JavaScript 50.28% HTML 10.45% Dockerfile 0.25%

aeris's Introduction

Aeris

Aeris a pour but de limiter les rejets polluants dans l'air en facilitant et en harmonisant la déclaration et le suivi des émissions des industriels.

Plus d'informations sur ce projet sur beta.gouv.fr

La documentation se trouve dans le répertoire documentation. Elle contient:

  • des informations techniques: installation du projet, outils utilisés, modélisation du domaine métier...
  • des informations fonctionnelles, sur le problème que nous cherchons à résoudre à l'aide d'un outil informatique, un glossaire, etc.

Installing Aeris

Before trying to run Aeris, make sure you have already installed:

There is a more detailled explanation regarding the installation in the documentation, but here are Here are all the command you'll need to run Aeris right now:

# Download the code
git clone [email protected]:MTES-MCT/aeris.git
# Fetch the PHP and JS dependencies
cd app
composer install
yarn install
# Build and deploy the CSS/JS files
yarn run encore dev
# Run the application inside containers
cd ..
docker-compose up
# Import the database schema (the PostgreSQL tables) and a few sample data
docker exec -it $(docker ps -aqf "name=aeris_php") /bin/sh
/var/www/symfony # bin/console doctrine:migrations:migrate --no-interaction

At the end, you should be able to access aeris at http://127.0.0.1. Two default users are created, you an use them to log inside the application:

  • inspecteur-demo / aeris
  • incinerateur-demo / aeris

For more details, you can have a look at the documentation.

Licence

Ce projet est sous licence MIT

aeris's People

Contributors

keirua avatar ouhouhsami avatar

Watchers

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