Git Product home page Git Product logo

Comments (8)

Pierre-Gilles avatar Pierre-Gilles commented on September 14, 2024

Comment avez vous installé Node.js ? Le code d'erreur spécifie qu'il y a un problème avec node.js ( This failure might be due to the use of legacy binary "node" )

from gladys.

hervehobbes avatar hervehobbes commented on September 14, 2024

Comme ceci :
apt-get install node

from gladys.

Pierre-Gilles avatar Pierre-Gilles commented on September 14, 2024

Ah je vois ! Préférez plutôt le script d'installation pour Raspberry Pi de Gladys : https://github.com/GladysProject/Gladys/blob/master/rpi-install.sh

Pour installer node.js sur un Raspberry Pi il est recommandé d'utiliser le packet précompilé pour processeur ARM ( http://node-arm.herokuapp.com/ ), plutôt que de passer par apt-get.

wget http://node-arm.herokuapp.com/node_0.10.36_armhf.deb
sudo dpkg -i node_0.10.36_armhf.deb

from gladys.

hervehobbes avatar hervehobbes commented on September 14, 2024

Ok, ça marche.
Il m'a fallu installer Sails dans le répertoire de Gladys pour que cela marche.
Par contre une fois connecté au site, je n'ai aucune feuille de style et images...

Merci en tout cas.

from gladys.

Pierre-Gilles avatar Pierre-Gilles commented on September 14, 2024

Vous devez avoir une erreur grunt dans votre console, si les styles ne sont pas présents c'est que grunt n'a pas pu copier les fichiers statique dans le dossier ".tmp", c'est souvent un problème de droit

from gladys.

hervehobbes avatar hervehobbes commented on September 14, 2024

Bonsoir,

Effectivement, il y avait quelques messages dans la console, j'ai du installer, en local, grunt-contrib-coffee, less, uglify et changer les droits sur le répertoire .tmp

Merci pour l'aide !

from gladys.

Pierre-Gilles avatar Pierre-Gilles commented on September 14, 2024

Ces modules sont dans le package.json et s'installent tout seul "en théorie" lors du npm install, après desfois tout ne s'installe pas correctement.

Content que ça fonctionne au final !

from gladys.

hervehobbes avatar hervehobbes commented on September 14, 2024

Merci pour toute l'aide apportée !

from gladys.

Related Issues (20)

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.