Coder Social home page Coder Social logo

buddycloud-vm's People

Contributors

imaginator avatar lloydwatkin avatar triniwiz 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

Watchers

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

buddycloud-vm's Issues

Need an additional table in the prosody_server table

token    | string       | NOT NULL
host      | string       | NOT NULL
local     | string       | NOT NULL
expires | datetime  | NOT NULL

SQL:

CREATE TABLE "password-tokens" (
  "token" TEXT NOT NULL PRIMARY KEY,
  "host" TEXT NOT NULL,
  "local" TEXT NOT NULL,
  "expires" TIMESTAMP NOT NULL
);

Have everything log to /var/log/buddycloud/<service>

Since users won't know about individual services.... it would be nice to have all BC related services logging to one directory.

This also lets one do something like tail -F /var/log/buddycloud/* and see all events - nice for debugging.

bc-server and prosody error

May 04 11:14:49 s2sout18e17e0 info Out of connection options, can't connect to channels.example.com
May 04 11:14:49 s2sout18e17e0 info sending error replies for 1 queued stanzas because of failed outgoing connection to channels.example.com

Is any additional config or components need to be done?

Setting up the angular demo client

Steps to complete:

  • Install npm (old nodejs does bundle it) - better still use nvm and install iojs https://github.com/creationix/nvm
  • Install package files npm i . in /usr/share/nginx/html
  • Install grunt-cli and bower: npm i -g grunt-cli bower
  • Run grunt to build source: grunt index
  • Generate the index file: grunt index
  • Install bower dependencies: bower install (--allow-root if this makes things easier)
  • Switch root folder in nginx conf to /usr/share/nginx/html/build

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.