Code Monkey home page Code Monkey logo

graylog2-web-interface's Introduction

Graylog Web Interface

Build Status

Development Setup

The npm start command will run the webpack-dev-server, which allows in-browser hot reloading. In order to make switching between different branches faster, we use a script to store all node_modules folders into .node_cache and then symlink the folder for the current branch to node_modules.

When using IntelliJ or WebStorm, be sure to enable JSX harmony (available in IntelliJ 14 and WebStorm 9) as JavaScript language version to properly support react templates.

You might get an error message during npm install from gyp because the installed (default) Python version is too recent (sic!):

gyp ERR! stack Error: Python executable "python" is v3.4.2, which is not supported by gyp.                                                                                                                 

In this case just set the correct (installed!) Python binary before running npm install:

npm config set python python2.7

Update Javascript dependencies

a. Update a single dependency

  • Update package.json file with the new dependency
  • npm update <npm-package>
  • npm shrinkwrap --dev to save the whole dependency tree into the npm-shrinkwrap.json file

b. Update devDependencies

  • npm shinkwrap to keep the dependency tree (without devDependencies) into npm-shrinkwrap.json
  • Update package.json file with the new devDependencies
  • npm install
  • Do more work with the new devDependencies
  • npm shrinkwrap --dev to export the whole dependency tree with the new devDependencies into npm-shrinkwrap.json

YourKit

YourKit supports our open source project by sponsoring its full-featured Java Profiler. YourKit, LLC is the creator of YourKit Java Profiler and YourKit .NET Profiler, innovative and intelligent tools for profiling Java and .NET applications.

graylog2-web-interface's People

Contributors

agoddard avatar aleksi avatar alexquick avatar benlangfeld avatar bernd avatar bonko avatar chrisdotm avatar clowder avatar dattas avatar dennisoelkers avatar edmundoa avatar jamescarr avatar kesor avatar kroepke avatar lukom avatar nmunson avatar nstielau avatar portertech avatar pstehlik avatar rasputnik avatar realityforge avatar robertkowalski avatar ruxkor avatar s0enke avatar sbellity avatar ssevertson avatar tiff avatar

Watchers

 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.