GitBook: [master] one page modified

This commit is contained in:
Daniel Farina 2018-07-11 08:53:20 +00:00 committed by gitbook-bot
parent 2be0347de3
commit d9ada04e8f
No known key found for this signature in database
GPG Key ID: 07D2180C7B12D0FF
1 changed files with 2 additions and 6 deletions

View File

@ -2,7 +2,7 @@
Once your server is installed you are ready to run it. In this example we will run it from bash. In the next chapters we will show you how to run the server behind a service manager such as PM2.
## Start Server
## Starting Server
{% hint style="warning" %}
Before you run the command nvm you will need to close the console and open it again.
@ -20,11 +20,7 @@ You should see something like this
🎉Congrats you now have your very own BTCP Explorer and server to verify and process payments.
{% hint style="info" %}
In digital ocean you might need to create a system link for node
ln -s /usr/bin/nodejs /usr/bin/node
{% endhint %}