Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 667 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 667 Bytes

** WORK IN PROGRESS **

Summary

This is a meteor app to act as a simple stand alone certificate authority.

Installation

Go to https://www.meteor.com/install and follow the instructions.

Note: This should be installed as a user.

Once meteor is installed run the meteor command from the cloned repo. You should see something like:

user@myhost ~/gitrepos/mca $ meteor
[[[[[ ~/gitrepos/mca ]]]]]

=> Started proxy.
=> Started MongoDB.
I20150403-19:13:12.484(-4)? Making directory: /home/user/cafiles
=> Started your app.

=> App running at: http://localhost:3000/

You can now hit the app in your browser at http://localhost:3000