WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

edify/registry-server

 
 

Repository files navigation

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. MONGOHQ_URL=mongodb://127.0.0.1:27017/jsonresume node server.js

Alternatively:

Requirements: Vagrant, Virtualbox

  1. Clone the repository
  2. vagrant up
  3. vagrant ssh
  4. node server.js

Testing

To run the tests, simply run:

npm test

Documentation

For additional documentation please see the Wiki page.

License

Available under the MIT license.

About

Upload and store your resume on our registry servers or host your own

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 74.2%
  • HTML 14.6%
  • CSS 8.8%
  • Shell 2.4%