Giter VIP home page Giter VIP logo

uwazi's Introduction

devDependency Status dependency Status

#Global dependencies

#Development

  • Dependencies

    install yarn and execute:

    $ yarn install.

    Several globally accessible gems and npm modules are required:

    $ sudo gem install foreman
    $ sudo npm install -g webpack
    $ sudo npm install -g nodemon
    $ sudo npm install -g karma-cli
    
  • Fixtures

    $ ./database/blank_state.sh
    
  • launch application: foreman start, the app will be available after few seconds on localhost:3000

  • test api: node test_api.js

  • test react: karma start

#Suggestions

  • IDE

    -Ubuntu

    • SublimeText 3:

      In order to install the ES6 linter, you need to add to the package control the packages:

      • SublimeLinter
      • SublimeLinter-eslint In theory, it will use the eslint from the local node_modules, and the configuration from the .eslintrc In order to do JSX fromatting:
      • Babel Then open a .js file and go to: view -> syntax -> open all current extensions as ... -> Babel -> Javascript (Babel)
  • If autowatch does not work, check the max_user_watches with:

    $ sysctl fs.inotify.max_user_watches
    

    If the number is relatively low (bellow 200K) try increasing the watchers by default with:

    $ echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p
    
  • If the nice 'World Globe' on the 'server listening on port...' line is not showing properly:

    $ sudo apt-get install ttf-ancient-fonts
    

=)

uwazi's People

Contributors

daneryl avatar konzz avatar danicatalan avatar rafapolit avatar txau avatar nestorsalceda avatar

Watchers

James Cloos avatar Clément Habinshuti 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.