Skip to content

Parsimotion/dropbox-syncer

Repository files navigation

dropbox-syncer

Build Status

Setup

#(instalar mongodb-org)

npm install
bower install
bundle install

Crear /server/config/local.env.coffee con:

"use strict"

# Use local.env.js for environment variables that grunt will set when the server starts locally.
# Use for your api keys, secrets, etc. This file should not be tracked by git.
#
# You will need to set these on the server you deploy to.
module.exports =
 DOMAIN: "http://localhost:9000"
 SESSION_SECRET: "***"
 VARIABLE: "***"

 # Control debug level for modules using visionmedia/debug
 DEBUG: ""

Los valores de estos atributos son secretos, por eso este archivo se encuentra ignorado en el versionado.

Servidor

grunt serve

Tests

grunt test:client
grunt test:server

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •