Skip to content
#

vps

Here are 222 public repositories matching this topic...

A comparison between some VPS providers. It uses Ansible to perform a series of automated benchmark tests over the VPS servers that you specify. It allows the reproducibility of those tests by anyone that wanted to compare these results to their own. All the tests results are available in order to provide independence and transparency.

  • Updated May 22, 2018
  • Python
jellicoe
jellicoe commented Mar 29, 2018

Documentation request:
no where is it obvious how to run multiple masternodes on a single VPS

the only solution I have found is to run
sudo ./install.sh -p xios -c 3 -n 4

and then manually edit the /etc/masternodes/xios_n1..3.conf file for each node and run each on a different port and add these ports to the firewall rules

then bootstrap each folder /var/lib/masternodes/xios1..3

is

bulletmark
bulletmark commented Mar 19, 2018

The download instructions, which people usually just copy and paste, points to v1.3.0 but v1.4.0 is the current/latest release since 7 months ago. It would also be better to improve the command given here to fetch from "latest" rather than hard-code the version in the Readme, although I realise that github don't currently make this easy.

n4cr
n4cr commented Jul 29, 2019

After running procsd create the services were not starting and I was receiving:

/bin/bash: -c: option requires an argument

It turns out that an argument is missing after the service file is generated. An exec should be added:

ExecStart=/bin/bash -lc 'exec $BINDIR/gunicorn app.wsgi --log-file=- -b 127.0.0.1:$PORT --log-level DEBUG'

It also the same in Foreman. procsd does no

Improve this page

Add a description, image, and links to the vps topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the vps topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.