GithubHelp home page GithubHelp logo

discover's Introduction

totem.github.io Build Status

In order to look at published version for totem documentation , please visit totem.github.io

Issue Tracker

All issues related to totem components and documentation can be tracked at: https://github.com/totem/totem.github.io/issues

Contributing to totem documentation

In order to contribute towards improving totem documentation , please fork this repository and submit pull request to develop branch. (Note: master branch is being used for hosting published version of github pages)

Pre-Requisites

  • node v0.10.30+
  • bower (npm install -g bower)

Installing Dependencies

npm install
bower install

Running Documentation Server (Locally)

docpad server

This will start docpad server at: http://localhost:9778

Publishing to totem.github.io (Admins Only)

Totem admins can publish the develop branch to totem.github.io using:

node_modules/docpad/bin/docpad deploy-ghpages --env static

Totem Integration

The development version of documentation can be found at: http://totem-site.elb.us-west-1.cu.melt.sh

Feature branches are deployed to: http://totem-site-{{feature_name}}.elb.us-west-1.cu.melt.sh

discover's People

Contributors

kanzure avatar kennedyj avatar mmoulton avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

discover's Issues

Installation Error : Failed at the [email protected] install script 'node-gyp rebuild'.

npm ERR! Darwin 14.3.0
npm ERR! argv "node" "/usr/local/bin/npm" "install" "-g" "docker-discover"
npm ERR! node v0.12.2
npm ERR! npm v2.7.5
npm ERR! code ELIFECYCLE

npm ERR! [email protected] install: node-gyp rebuild
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] install script 'node-gyp rebuild'.
npm ERR! This is most likely a problem with the node-v8-clone package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! node-gyp rebuild
npm ERR! You can get their info via:
npm ERR! npm owner ls node-v8-clone
npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:
npm ERR! /Users/jmcnally/projects/npm-debug.log

Switch from docker.io to dockerode

docker.io has had a lot of stability problems. dockerode seems to be both stable and have good test coverage. Look into switching underlying libs.

Cannot run discover

After building it from this docker file

FROM totem/ubuntu:raring
RUN apt-get update --fix-missing && apt-get upgrade -y
RUN apt-get install -y wget curl build-essential patch git-core openssl libssl-dev unzip
RUN curl http://nodejs.org/dist/v0.10.20/node-v0.10.20-linux-x64.tar.gz | tar xzvf - --strip-components=1 -C "/usr"
RUN apt-get clean && rm -rf /var/cache/apt/archives/* /var/lib/apt/lists/*
RUN npm install -g node-static
ENV DISCOVER "static-web-server:8080"
ENTRYPOINT ['static']

I get the following error

docker run -p 8080 static-web-server
/bin/sh: 1: [static]: not found

Invalid configuration regardless of config file used

The latest version of discover from npm always gives the following error even when using the example config file at https://github.com/totem/discover/blob/develop/config/defaults.json

Error: Invalid configuration, you must provide valid `host` and `etcd` configuration blocks

The config file I'm using is:

{
  "etcd": {
    "port": 4001,
    "host": "localhost",
    "prefix": "discover/"
  },
  "host": {
    "ip": "localhost",
    "realm": "testing"
  },
  "log": "~/.docker-discover/discover.log"
}

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.