Code Monkey home page Code Monkey logo

morumotto's People

Contributors

claudiodsf avatar dependabot[bot] avatar geberoliv avatar jmsaurel avatar sbonaime avatar

Watchers

 avatar  avatar  avatar

Forkers

jmsaurel

morumotto's Issues

Flower link in menu

The Flower (Celery monitor) link from the main morumotto menu seems to be hardcoded to the default 127.0.0.1 5555 value.

It doesn't seem to be updated if the value is changed in the supervisor configuration (it's more convenient to have 0.0.0.0 bind address to be able to access the web interface remotely).

Julian day issue with local_dir.sh : files from day 001 to day 099 not found

in local_dir.sh at line 365, add "-w" option to seq
replace : for jday in $(seq ${jday_start} ${jday_end}); do
with : for jday in $(seq -w ${jday_start} ${jday_end}); do

same at lines 341 and 342
declare -a jday_array_year1=$(seq -w ${jday_start} ${temp_end_jday})
declare -a jday_array_year2=$(seq -w 1 ${jday_end})

same issue in local_dir_availability.sh at lines 252, 253, 276

install.py

  • Ligne 190 : ALTER DATABASE MORUMOTTO CHARACTER SET utf8;" : c'est des `et pas des ' donc plantage du script...
  • Ligne 167: on crée un lien sybomlique vers une des version de xmlvalidator. Or le wizard web essaye aussi de créer ce lien après avoir demandé quelle version on veut choisir, d'où plantage. Il faudrait donc retirer cette ligne imo...

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.