Giter VIP home page Giter VIP logo

connecthys's Introduction

Connecthys

Connecthys est le portail internet de Noethys, le logiciel de gestion libre et gratuit de gestion multi-activités pour les accueils de loisirs, crèches, garderies périscolaires, cantines, TAP ou NAP, clubs sportifs et culturels...

Plus d'infos sur www.noethys.com

Installation depuis Noethys (sur Windows ou Linux)

  • Installez python et pycrypto si besoin (voir ci-dessous)
  • Depuis Noethys allez dans le menu Outils > Connecthys
  • Renseignez les champs demandés puis cliquez sur Installer.

Installation sur Windows

Installation sur Linux

  • Installez python-pip python-mysqldb et pycrypto via apt-get install python-pip python-mysqldb && pip install pycrypto (sous debian)
  • Placez-vous dans le répertoire connecthys
  • Chargez la console de Linux et tapez "python run.py"
  • Lancez votre navigateur internet
  • Chargez la page http://localhost:5000/ pour ouvrir le portail

Installation sur un hébergement internet mutualisé (Testé sur OVH)

  • Installez : apt-get install python-pip python-mysqldb libapache2-python && pip install pycrypto (sous debian)
  • Activez le mod_cgi et mod_python (a2enmod python && a2enmod cgi && systemctl restart apache2)
  • Copiez le répertoire "connecthys" à la racine de votre répertoire FTP
  • Avec votre client FTP (Filezilla par exemple), appliquez la valeur 755 aux droits d'accès du fichier "connecthys.cgi" du répertoire connecthys (chmod 755 && chown -R www-data:www-data)
  • Chargez la page http://www.monsite.com/connecthys/connecthys.cgi/ pour ouvrir le portail

Installation sur un hébergement internet dédié ou sur Google App Engine

Connecthys peut être installé de plusieurs façons sur un hébergement internet. Consultez la page http://flask.pocoo.org/docs/1.0/deploying/ pour découvrir ces possibilités.

connecthys's People

Contributors

noethys avatar mpasteur avatar bogucool 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.