Coder Social home page Coder Social logo

noethys's Introduction

Noethys

Logiciel de gestion libre et gratuit de gestion multi-activités pour les accueils de loisirs, crèches, garderies périscolaires, cantines, clubs sportifs et culturels...

Plus d'infos sur www.noethys.com

Procédure d'installation

Si vous souhaitez installer manuellement Noethys sur Windows, Mac OS ou Linux, il vous suffit de copier l'intégralité du répertoire sur votre disque dur et d'installer toutes les dépendances listées ci-dessous.

Dépendances pour Windows

Sur Windows, vous devez aller sur les sites des auteurs pour rechercher et installer les bibliothèques suivantes.

Dépendances pour Linux

  • python 2.7 (Installé en principe par défaut sous ubuntu)
  • python-wxgtk3.0 (Bibliothèque graphique wxPython)
  • python-mysqldb (Pour l'utilisation en mode réseau)
  • python-dateutil (Manipulation des dates)
  • python-numpy (Calculs avancés)
  • python-imaging (Traitement des photos)
  • python-reportlab (Création des PDF)
  • python-matplotlib (Création de graphes)
  • python-xlrd (Traitement de fichiers Excel)
  • python-crypto (pour crypter les sauvegardes)
  • python-excelerator (pour les exports format excel)
  • python-pyscard (pour pouvoir configurer les procédures de badgeage)
  • python-opencv (pour la détection automatique des visages)
  • python-pip (qui permet d'installer pyttsx et icalendar)

Ils s'installent depuis le terminal tout simplement avec la commande (à exécuter si besoin avec sudo):

apt-get install python-mysqldb python-dateutil python-numpy python-imaging python-reportlab python-matplotlib python-xlrd python-excelerator python-pip python-pyscard python-opencv python-crypto

Et pour pyttsx et icalendar il faut avoir installé python-pip (ce qui a ét fait dans l'étape précédente) et les installer par:

pip install pyttsx
pip install icalendar

Puis:

apt-get install python-wxgtk3.0

Si cette commande se termine correctement, vous avez fini.

Pour lancer Noethys, lancez le terminal de Linux, placez-vous dans le répertoire d'installation de Noethys, puis saisissez la commande "python Noethys.py"

Dans le cas contraire, où votre version de debian ou d'ubuntu ne proposerait pas python-wxgtk3.0 (ce qui est le cas pour ubuntu LTS 14.04 et toute distribution basée sur cette version), la commande précédente retourne une erreur.

Exécutez alors la commande suivante:

apt-get install python-wxgtk2.8 libjpeg62 libwxgtk3.0-0

Puis téléchargez les paquets de la bibliothèque graphique correspondant à votre architecture (32 ou 64 bits), wxpython et wxwidgets, ainsi que libtiff4.

Vous trouverez ces fichiers sur le site de Noethys : Menu Assistance > Ressources communautaires > Liste des ressources > Divers.

Puis exécutez la commande suivante:

dpkg -i dossier/wxwidget*****.deb dossier/wxpython*****.deb dossier/libtiff4*****.deb

dossier: le dossier dans lequel vous avez téléchargé la bibliothèque wxwidget*.deb, wxpython*.deb et libtiff4*****.deb sont les fichiers correspondant à votre architecture que vous avez téléchargés.

Vérifiez que vous avez choisi la version correspondant à votre architecture (32 ou 64 bits).

noethys's People

Contributors

cg90160 avatar noethys avatar wolf29f avatar

Watchers

 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.