项目作者: jsonresume

项目描述 :
This repo is deprecated in favor of https://github.com/jsonresume/registry-functions
高级语言: JavaScript
项目地址: git://github.com/jsonresume/registry-server.git
创建时间: 2014-06-09T03:48:16Z
项目社区:https://github.com/jsonresume/registry-server

开源协议:MIT License

下载


JSON Resume Registry Server

Join the chat at https://gitter.im/jsonresume/public Build Status Dependency Status devDependency Status
Issue Stats Issue Stats

Installation

Requirements: MongoDB, Redis

  1. Clone the repository
  2. npm install
  3. git submodule update --init --recursive --depth 1
  4. mongo 127.0.0.1:27017/jsonresume --eval "db.resumes.insert({})"
  5. POSTMARK_API_KEY=1234567889 MONGOHQ_URL=mongodb://127.0.0.1:27017/jsonresume node server.js

Alternatively:

Requirements: Vagrant, VirtualBox(or other providers)

  1. Clone the repository
  2. vagrant up
  3. vagrant ssh
  4. POSTMARK_API_KEY=1234567889 MONGOHQ_URL=mongodb://127.0.0.1:27017/jsonresume node server.js

Testing

To run the tests, simply run:

  1. npm test

Documentation

For additional documentation please see the Wiki page.

License

Available under the MIT license.