Skip to content

matteocrippa/mposjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mposjs

A node.js porting of MPOS developed on top of a NoSQL database.


Requirements

An Ubuntu based distro (at least 12.04LTS version is needed) with git module installed. If this module is missing, test it typing git in your terminal, please install it via apt-get:

sudo apt-get install git

If you are starting from scratch I'd suggest you to use an Ubuntu Mininal CD Installation of Ubuntu 12.04 Precise Pagolin.


Installation

Create a new dir under /srv/www:

sudo mkdir -p /srv/www/mposjs

Clone github repo on your server hdd:

cd /srv/www/mposjs sudo git clone https://github.com/matteocrippa/mposjs.git .

Start the requirements script I developed.

sudo ./install-reqs

It installs in a quick manner all the requirements needed to start up your sistem:

  • Node.js;
  • Nginx with already working host on port 80;
  • CouchDB;
  • Nodemon;
  • Nodejs needed modules for mposjs;

Then you can start installing litecoind:

sudo install-litecoind


Tips

  • Instead of OpenSSH server, give a try to Dropbear (apt-get install dropbear);
  • Setup a firewall (close all ports except for 80, 3333) give a try to ufw in order to achieve this quickly;

About

A node.js based port for MPOS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published