create account

Step by step guide to deploy and run HoneyComb node without using docker by balaz

View this thread on: hive.blogpeakd.comecency.com
· @balaz ·
$176.79
Step by step guide to deploy and run HoneyComb node without using docker
I wrote a step-by-step guide to deploy the HoneyComb node using Docker. Many people found it very useful and were able to run a node without any technical expertise. A few people approached me asking if there is a possibility to run the node without using Docker as they are not familiar with Docker. They also expressed challenges when they wanted to run multiple instances of the node. 

This guide will be useful for people who would like to run the HoneyComb node (SPK claim node) without using docker. We are going to use pm2 to run the node in the background. Pm2 is a utility to run node apps in the background. It comes with lot more facilities to monitor the node, automatic restart, etc. Let's go step by step. 

![image.png](https://images.hive.blog/0x0/https://images.hive.blog/DQmTiP4FYoAH668YW8hpN8ZE3cA4xA1Yj2VuH5CYpxYxcNP/image.png)

[Source](https://peakd.com/hive/@disregardfiat/honeycomb-overview-and-set-up-guide)

## Step 1: Prerequisites and Server setup

You can refer to [my previous article](https://peakd.com/hive-163521/@balaz/step-by-step-guide-to-setup-spk-claim-chain-node) for this information. It is pretty much the same. There are no changes as far as I know. We can jump to the next step.

## Step 2: Install Nodejs and Pm2

Pm2 is a package inside Nodejs, so it is mandatory to install node js. Even in the docker approach, the application was running only with the help of Nodejs but Docker would handle installing it and running it inside the container. Now that we are going to run it directly, we have to first install nodejs. 

The documentation recommends from version 10 to version 15 but I did install version 16 and it appears to be fine. For Ubuntu, I usually go to the below link and grab the commands to download and install it. 

[https://github.com/nodesource/distributions/blob/master/README.md](https://github.com/nodesource/distributions/blob/master/README.md)

It should be pretty much straightforward. If you are having trouble installing Nodejs, please leave a comment in this article and I will elaborate on this step. 

After installing nodejs, we can check the version of nodejs and npm using the below command. 

> node -v
> npm -v

![image.png](https://images.hive.blog/DQmZ32mCotFaLse6izgc2UAb2Ls8M2BEoZZaUsxgBRxhjmA/image.png)

Now the next task is to install pm2. The below command can be used to install pm2. 

> npm install -g pm2

This command will install pm2 globally. This means we will be able to use pm2 not only for this node js application but also for any node application we would like to deploy. 

## Step 3: Getting the latest code and updating the .env file

After cloning the latest code from the repository, we have to run the below command to install the packages. This command will install all the dependencies that are required for the node. 

> npm install

Updating the .env file is also similar to what we do with docker. The procedure is the same. You can refer to the previous documentation to update the environment file. 

## Step 4: Starting the application

This part is a little different. We are going to be using pm2 to run the application. The below command can be used to start the application. 

> pm2 start index.js --name spkcc --time

This command will start the node. We can also run the node without using pm2 using the below command.

> node index.js

But the problem is, when we close the console, the application will stop. That is the reason why we have to run the application using a process manager like Pm2. 

### Final Optional steps

With this, the node should be successfully running. Whenever there is an update, it is also easy to update the code and run the updated version of the node. The following commands will be useful for that. 

> git pull
> pm2 restart spkcc

This basically pulls the latest code and restarts the node. You can either do it manually or schedule these commands or automate this command using a shell script. 

---
If you like what I'm doing on Hive, you can vote me as a witness with the links below. 
<center> Vote @balaz as a [Hive Witness](https://vote.hive.uno/@balaz) </center>
<center> Vote @kanibot as a [Hive Engine Witness](https://votify.vercel.app/kanibot) </center>

---

<table>
<tr>
<td>
<center><a href="https://discord.gg/bGmS2tE"><img src="https://images.hive.blog/DQmdthy4q4vyefBYmjMJtx7qHBmLnCfP2btiRPhRyc2U8hP/Indiaunited.png"/></a></center>
</td>
<td>
<center><a href="https://kanibot.com/"><img src="https://images.hive.blog/DQmdm8hKPz9TZL8Gd8bPyeVHm9hfgMqqiHcKL8283RBv2eH/Kanibot.png"/></a></center>
</td>
<td>
<center><a href="https://netbox.global/r/balanbx"><img src="https://images.hive.blog/DQma1a9t6rceDQYvMt6FhNkHuUUjAkQssZHrLJcXKfiQBFd/NetboxGlobal.png"/></a></center>
</td>
<tr>
<td>
<center><a href="https://r.honeygain.me/BALA4F8CD5"><img src="https://images.hive.blog/DQmdCZg8z6sxVukSdPm2kXRAhhnySqPZqK9YQ5hco65sp4n/Honeygain.png"/></a></center>
</td>
<td>
<center><a href="https://www.privex.io/?r=bala41288"><img src="https://images.hive.blog/DQmPB85eAMrQNGV7C4ykbfVTDNaiGmb8PfuiFr2AL8N8JQm/Privex.png"/></a></center>
</td>
<td>
<center><a href="https://www.publish0x.com/?a=YRdG6knybD"><img src="https://images.hive.blog/DQmcb3f3oJvjyxyScbim4gKPAnrHTyXjYtwk7HeC9aTN9Pn/Publish0x.png"/></a></center>
</td>
</tr>
</tr>
</table>

---

Posted with [STEMGeeks](https://stemgeeks.net)
👍  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 550 others
👎  , , , , ,
properties (23)
authorbalaz
permlinkstep-by-step-guide-to-deploy-and-run-honeycomb-node-without-using-docker
categoryhive-163521
json_metadata{"tags":["spk","honeycomb","neoxian","palnet","coding","node","dlux","stem","archon","pob"],"users":["balaz","kanibot"],"image":["https://images.hive.blog/0x0/https://images.hive.blog/DQmTiP4FYoAH668YW8hpN8ZE3cA4xA1Yj2VuH5CYpxYxcNP/image.png","https://images.hive.blog/DQmZ32mCotFaLse6izgc2UAb2Ls8M2BEoZZaUsxgBRxhjmA/image.png","https://images.hive.blog/DQmdthy4q4vyefBYmjMJtx7qHBmLnCfP2btiRPhRyc2U8hP/Indiaunited.png","https://images.hive.blog/DQmdm8hKPz9TZL8Gd8bPyeVHm9hfgMqqiHcKL8283RBv2eH/Kanibot.png","https://images.hive.blog/DQma1a9t6rceDQYvMt6FhNkHuUUjAkQssZHrLJcXKfiQBFd/NetboxGlobal.png","https://images.hive.blog/DQmdCZg8z6sxVukSdPm2kXRAhhnySqPZqK9YQ5hco65sp4n/Honeygain.png","https://images.hive.blog/DQmPB85eAMrQNGV7C4ykbfVTDNaiGmb8PfuiFr2AL8N8JQm/Privex.png","https://images.hive.blog/DQmcb3f3oJvjyxyScbim4gKPAnrHTyXjYtwk7HeC9aTN9Pn/Publish0x.png"],"links":["https://peakd.com/hive/@disregardfiat/honeycomb-overview-and-set-up-guide"],"app":"stemgeeks/0.1","format":"markdown","canonical_url":"https://stemgeeks.net/@balaz/step-by-step-guide-to-deploy-and-run-honeycomb-node-without-using-docker"}
created2022-06-10 16:37:51
last_update2022-06-10 16:37:51
depth0
children16
last_payout2022-06-17 16:37:51
cashout_time1969-12-31 23:59:59
total_payout_value88.446 HBD
curator_payout_value88.341 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length5,357
author_reputation21,572,254,833,423
root_title"Step by step guide to deploy and run HoneyComb node without using docker"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id113,944,832
net_rshares377,317,825,515,836
author_curate_reward""
vote details (620)
@curation-cartel ·
![Don-1UP-Cheers-Cartel-250px.png](https://files.peakd.com/file/peakd-hive/curation-cartel/23wgDhXHXhDmLCUp4RXCi4QwSwg2eCBXYV3b8uBMLvQ7BDWDG4eFSyWTp58qTjfu5ULQD.png) |  <div class="phishy"><u><h4>You have received a __1UP__ from @gwajnberg!</h4></u></div> The following @oneup-cartel family members will soon upvote your post:<br> __<code>@stem-curator, @vyb-curator, @pob-curator, @neoxag-curator, @pal-curator</code>__  <br>_And they will bring !PIZZA 🍕_ 
-|-

<sup>[Learn more](https://peakd.com/hive-102223/@flauwy/the-curation-cartel-1up-trigger-smart-voting-mana-and-high-delegation-returns-for-14-different-tribes) about our delegation service to earn daily rewards. Join the family on [Discord](https://discord.gg/mvtAneE3Ca).</sup>
properties (22)
authorcuration-cartel
permlinkre-step-by-step-guide-to-deploy-and-run-honeycomb-node-without-using-docker-20220610t200644z
categoryhive-163521
json_metadata"{"app": "beem/0.24.26"}"
created2022-06-10 20:06:45
last_update2022-06-10 20:06:45
depth1
children0
last_payout2022-06-17 20:06:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length740
author_reputation1,123,281,846,602
root_title"Step by step guide to deploy and run HoneyComb node without using docker"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id113,949,671
net_rshares0
@discovery-it ·
<div class="pull-left">https://cdn.steemitimages.com/DQmTAn3c753LR7bHCLPo96g9UvRMaPFwaMYn8VQZa85xczC/discovery_logo_colore%20-%20Copia.png</div><br> This post was shared and voted inside the discord by the curators team of <a href="https://discord.gg/cMMp943"> discovery-it</a> <br>Join our community! <a href = "https://hive.blog/trending/hive-193212"> hive-193212</a><br>Discovery-it is also a Witness, vote for us <a href = "https://hivesigner.com/sign/account-witness-vote?witness=discovery-it&approve=true"> here</a>  <br>Delegate to us for passive income. Check our <a href = "https://hive.blog/hive-193212/@discovery-it/delegations-program-80-fee-back"> 80% fee-back Program</a> <hr>
properties (22)
authordiscovery-it
permlinkre-balaz-9k3zz35ta2
categoryhive-163521
json_metadata"{"app": "beem/0.24.26"}"
created2022-06-11 01:08:27
last_update2022-06-11 01:08:27
depth1
children0
last_payout2022-06-18 01:08:27
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length690
author_reputation47,643,121,680,977
root_title"Step by step guide to deploy and run HoneyComb node without using docker"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id113,955,924
net_rshares0
@diyhub ·
<div class="pull-right"><a href="https://steempeak.com/trending/hive-189641"><img src="https://cdn.steemitimages.com/DQmV9e1dikviiK47vokoSCH3WjuGWrd6PScpsgEL8JBEZp5/icon_comments.png"></a></div>

###### Thank you for sharing this amazing post on HIVE!

- Your content got selected by our fellow curator @priyanarc & you just received a little thank you via an upvote from our **non-profit** curation initiative!

- You will be **featured in** one of our recurring **curation compilations** and on our **pinterest** boards! Both are aiming to offer you a **stage to widen your audience** within and outside of the DIY scene of hive.

**Join** the official [DIYHub community on HIVE](https://peakd.com/trending/hive-189641) and show us more of your amazing work and feel free to connect with us and other DIYers via our discord server: https://discord.gg/mY5uCfQ !

If you want to support our goal to motivate other DIY/art/music/homesteading/... creators just delegate to us and earn 100% of your curation rewards!

###### Stay creative & hive on!
properties (22)
authordiyhub
permlinkre-step-by-step-guide-to-deploy-and-run-honeycomb-node-without-using-docker-20220610t233002z
categoryhive-163521
json_metadata"{"app": "beem/0.24.26"}"
created2022-06-10 23:30:03
last_update2022-06-10 23:30:03
depth1
children0
last_payout2022-06-17 23:30:03
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length1,046
author_reputation360,967,571,788,044
root_title"Step by step guide to deploy and run HoneyComb node without using docker"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id113,954,542
net_rshares0
@ecency ·
Your content has been **voted** as a part of [Encouragement program](https://ecency.com/ecency/@good-karma/encouragement-program-continues-82eafcd10a299). Keep up the good work! <br><br>Use Ecency daily to boost your growth on platform! <br><br><b>Support Ecency</b><br>[Vote for new Proposal](https://hivesigner.com/sign/update-proposal-votes?proposal_ids=%5B197%5D&approve=true)<br>[Delegate HP and earn more](https://ecency.com/hive-125125/@ecency/daily-100-curation-rewards)
properties (22)
authorecency
permlinkre-2022610t164820381z
categoryhive-163521
json_metadata{"tags":["ecency"],"app":"ecency/3.0.20-welcome","format":"markdown+html"}
created2022-06-10 16:48:21
last_update2022-06-10 16:48:21
depth1
children0
last_payout2022-06-17 16:48:21
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length478
author_reputation549,971,523,763,655
root_title"Step by step guide to deploy and run HoneyComb node without using docker"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id113,945,105
net_rshares0
@enforcer48 ·
Thanks for the guide!

!discovery 47
properties (22)
authorenforcer48
permlinkre-balaz-rdaghk
categoryhive-163521
json_metadata{"tags":["hive-163521"],"app":"peakd/2022.05.9"}
created2022-06-11 01:08:09
last_update2022-06-11 01:08:09
depth1
children0
last_payout2022-06-18 01:08:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length36
author_reputation404,912,678,769,739
root_title"Step by step guide to deploy and run HoneyComb node without using docker"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id113,955,921
net_rshares0
@gangstalking ·
They literally have attempted my murder and are trying to kill me with V2K and RNM. Five years this has been happening to me, it started here, around people that are still here. Homeland security has done nothing at all, they are not here to protect us. Dont we pay them to stop shit like this? The NSA, CIA, FBI, Police and our Government has done nothing. Just like they did with the Havana Syndrome, nothing. Patriot Act my ass. The American government is completely incompetent. The NSA should be taken over by the military and contained Immediately for investigation. I bet we can get to the sources of V2K and RNM then. https://ecency.com/fyrstikken/@fairandbalanced/i-am-the-only-motherfucker-on-the-internet-pointing-to-a-direct-source-for-voice-to-skull-electronic-terrorism ..... https://ecency.com/gangstalking/@acousticpulses/electronic-terrorism-and-gaslighting--if-you-downvote-this-post-you-are-part-of-the-problem if you run into one of them you may want to immediately shoot them in the face. Annihilate, asphyxiate, assassinate, behead, boil, bomb, bone, burn, bury, butcher, cap, casket, choke, club, crucify, crush, decapitate, deflesh, destroy, devein, dismember, drown, electrocute, eliminate, end, execute, explode, exterminate, extinguish, finish, guillotine, gut, hang, hit, implode, incinerate, kill, liquidate, lynch, massacre, neutralize, obliterate, pop, poison, punnish, quarter, ruin, shank, shoot, skin, slay, smoke, smother, snipe, snuff, squish, stab, stone, suffocate, swing, terminate, torture, terrorize, wack, waste, wreck
👎  
properties (23)
authorgangstalking
permlinkre-balaz-step-by-step-guide-to-deploy-and-run-honeycomb-node-without-using-docker-20220610t163800210z
categoryhive-163521
json_metadata{"app":"hive-bot/0.6.3"}
created2022-06-10 16:38:00
last_update2022-06-10 16:38:00
depth1
children0
last_payout2022-06-17 16:38:00
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length1,560
author_reputation-67,597,107,868,724
root_title"Step by step guide to deploy and run HoneyComb node without using docker"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id113,944,840
net_rshares-5,930,637,300
author_curate_reward""
vote details (1)
@gwajnberg ·
LOL in my experience both nodejs and docker can bring problems in installation! but good alternative that you brought
!1UP
👍  , , , ,
properties (23)
authorgwajnberg
permlinkrda2gy
categoryhive-163521
json_metadata{"tags":["stem"],"app":"stemgeeks/0.1","canonical_url":"https://stemgeeks.net/@gwajnberg/rda2gy"}
created2022-06-10 20:05:24
last_update2022-06-10 20:05:24
depth1
children0
last_payout2022-06-17 20:05:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length122
author_reputation149,619,952,421,366
root_title"Step by step guide to deploy and run HoneyComb node without using docker"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id113,949,648
net_rshares2,243,927,094
author_curate_reward""
vote details (5)
@hivebuzz ·
Congratulations @balaz! You have completed the following achievement on the Hive blockchain and have been rewarded with new badge(s):

<table><tr><td><img src="https://images.hive.blog/60x70/http://hivebuzz.me/@balaz/upvotes.png?202206091309"></td><td>You distributed more than 600 upvotes.<br>Your next target is to reach 700 upvotes.</td></tr>
</table>

<sub>_You can view your badges on [your board](https://hivebuzz.me/@balaz) and compare yourself to others in the [Ranking](https://hivebuzz.me/ranking)_</sub>
<sub>_If you no longer want to receive notifications, reply to this comment with the word_ `STOP`</sub>


To support your work, I also upvoted your post!


**Check out the last post from @hivebuzz:**
<table><tr><td><a href="/hive-122221/@hivebuzz/pum-calendar"><img src="https://images.hive.blog/64x128/https://i.imgur.com/5lTSuY9.png"></a></td><td><a href="/hive-122221/@hivebuzz/pum-calendar">Hive Power Month - New Tracking Calendar</a></td></tr><tr><td><a href="/hive-122221/@hivebuzz/pum-202205-delegations"><img src="https://images.hive.blog/64x128/https://i.imgur.com/fg8QnBc.png"></a></td><td><a href="/hive-122221/@hivebuzz/pum-202205-delegations">Our Hive Power Delegations to the May Power Up Month Winners</a></td></tr></table>

###### Support the HiveBuzz project. [Vote](https://hivesigner.com/sign/update_proposal_votes?proposal_ids=%5B%22199%22%5D&approve=true) for [our proposal](https://peakd.com/me/proposals/199)!
properties (22)
authorhivebuzz
permlinknotify-balaz-20220610t165930
categoryhive-163521
json_metadata{"image":["http://hivebuzz.me/notify.t6.png"]}
created2022-06-10 16:59:30
last_update2022-06-10 16:59:30
depth1
children0
last_payout2022-06-17 16:59:30
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length1,448
author_reputation367,822,271,869,894
root_title"Step by step guide to deploy and run HoneyComb node without using docker"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id113,945,384
net_rshares0
@hivebuzz ·
<center>[![](https://images.hive.blog/175x175/http://hivebuzz.me/@balaz/level.png?202206181057)](https://hivebuzz.me/@balaz)
**Congratulations @balaz**!
You raised your level and are now a **Minnow**!</center>

###### Support the HiveBuzz project. [Vote](https://hivesigner.com/sign/update_proposal_votes?proposal_ids=%5B%22199%22%5D&approve=true) for [our proposal](https://peakd.com/me/proposals/199)!
properties (22)
authorhivebuzz
permlinknotify-balaz-20220618t111503
categoryhive-163521
json_metadata{"image":["http://hivebuzz.me/notify.t6.png"]}
created2022-06-18 11:15:03
last_update2022-06-18 11:15:03
depth1
children0
last_payout2022-06-25 11:15:03
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length405
author_reputation367,822,271,869,894
root_title"Step by step guide to deploy and run HoneyComb node without using docker"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id114,146,472
net_rshares0
@ifarmgirl ·
Thank you for this awesome guide. Saving it and hopefully will be able to try it out one day hehe. Cheers!
*Came from LN*
👍  , , ,
properties (23)
authorifarmgirl
permlinkre-balaz-2022611t992428z
categoryhive-163521
json_metadata{"tags":["spk","honeycomb","neoxian","palnet","coding","node","dlux","stem","archon","pob"],"app":"ecency/3.0.23-vision","format":"markdown+html"}
created2022-06-11 01:09:15
last_update2022-06-11 01:09:15
depth1
children0
last_payout2022-06-18 01:09:15
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length121
author_reputation656,612,933,787,100
root_title"Step by step guide to deploy and run HoneyComb node without using docker"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id113,955,937
net_rshares1,982,959,997
author_curate_reward""
vote details (4)
@indiaunited ·
Indiaunited Curation 1654884424211
This post has been manually curated by @bhattg from Indiaunited community. Join us on our [Discord Server](https://discord.gg/bGmS2tE). 

Do you know that you can earn a passive income by delegating to @indiaunited. We share 100 % of the curation rewards with the delegators. 

Here are some handy links for delegations: [100HP](https://hivesigner.com/sign/delegateVestingShares?delegator=&delegatee=indiaunited&vesting_shares=182642.87859946446%20VESTS), [250HP](https://hivesigner.com/sign/delegateVestingShares?delegator=&delegatee=indiaunited&vesting_shares=456607.1964986612%20VESTS), [500HP](https://hivesigner.com/sign/delegateVestingShares?delegator=&delegatee=indiaunited&vesting_shares=913214.3929973224%20VESTS), [1000HP](https://hivesigner.com/sign/delegateVestingShares?delegator=&delegatee=indiaunited&vesting_shares=1826428.7859946447%20VESTS). 

Read our latest [announcement post](https://hive.blog/hive-186042/@indiaunited/indiaunited-2-0-active-again-with-a-lot-more-energy-this-time) to get more information. 

[![image.png](https://files.peakd.com/file/peakd-hive/bala41288/46eaz12N-image.png)](https://discord.gg/bGmS2tE) 

<sub>**Please contribute to the community by upvoting this comment and posts made by @indiaunited.**</sub>
properties (22)
authorindiaunited
permlinkindiaunited-1654884424211
categoryhive-163521
json_metadata{"app":"hiveblog/0.1","tags":["spk","honeycomb","neoxian","palnet","coding","node","dlux","stem","archon","pob"]}
created2022-06-10 18:07:03
last_update2022-06-10 18:07:03
depth1
children0
last_payout2022-06-17 18:07:03
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length1,252
author_reputation61,527,707,414,260
root_title"Step by step guide to deploy and run HoneyComb node without using docker"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id113,947,043
net_rshares0
@jlufer ·
How are you dear friend @balaz good afternoon
Excellent tutorial, very practical, I really appreciate that you have shared this information
have a great weekend
👍  , , ,
properties (23)
authorjlufer
permlinkrd9v89
categoryhive-163521
json_metadata{"users":["balaz"],"app":"hiveblog/0.1"}
created2022-06-10 17:29:00
last_update2022-06-10 17:29:00
depth1
children0
last_payout2022-06-17 17:29:00
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length160
author_reputation1,107,426,092,200,164
root_title"Step by step guide to deploy and run HoneyComb node without using docker"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id113,946,185
net_rshares1,794,523,619
author_curate_reward""
vote details (4)
@mypathtofire ·
great tutorial. thanks man!
👍  , , ,
properties (23)
authormypathtofire
permlinkre-balaz-2022611t10449905z
categoryhive-163521
json_metadata{"tags":["spk","honeycomb","neoxian","palnet","coding","node","dlux","stem","archon","pob"],"app":"ecency/3.0.23-vision","format":"markdown+html"}
created2022-06-11 08:04:51
last_update2022-06-11 08:04:51
depth1
children0
last_payout2022-06-18 08:04:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length27
author_reputation503,229,139,365,881
root_title"Step by step guide to deploy and run HoneyComb node without using docker"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id113,961,923
net_rshares1,980,493,086
author_curate_reward""
vote details (4)
@rcaine ·
Thanks for the step-by-step guide. Very useful information presented in a straight forward way.
👍  , , ,
👎  
properties (23)
authorrcaine
permlinkre-balaz-2022611t142122443z
categoryhive-163521
json_metadata{"tags":["spk","honeycomb","neoxian","palnet","coding","node","dlux","stem","archon","pob"],"app":"ecency/3.0.23-vision","format":"markdown+html"}
created2022-06-11 19:21:21
last_update2022-06-11 19:21:21
depth1
children0
last_payout2022-06-18 19:21:21
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length95
author_reputation71,492,578,717,582
root_title"Step by step guide to deploy and run HoneyComb node without using docker"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id113,975,761
net_rshares-4,997,655,056
author_curate_reward""
vote details (5)
@schoolofminnows ·
This is a one-time notice from SCHOOL OF MINNOWS, a free value added service on hive.
Getting started on hive can be super hard on these social platforms 😪 but luckily there is some communities that help support the little guy 😊, you might like school of minnows, we join forces with lots of other small accounts to help each other grow! 
Finally a good curation trail that helps its users achieve rapid growth, its fun on a bun! check it out. https://plu.sh/somland/
👎  
properties (23)
authorschoolofminnows
permlinksom2tx82h70bvh
categoryhive-163521
json_metadata{}
created2022-06-10 18:26:15
last_update2022-06-10 18:26:15
depth1
children0
last_payout2022-06-17 18:26:15
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length467
author_reputation-5,657,549,642,859
root_title"Step by step guide to deploy and run HoneyComb node without using docker"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id113,947,395
net_rshares-6,036,315,285
author_curate_reward""
vote details (1)
@successforall ·
> A few people approached me asking if there is a possibility to run the node without using Docker as they are not familiar with Docker.

> This means we will be able to use pm2 not only for this node js application but also for any node application we would like to deploy.

Like this can a Hive Nod be deployed and run without using a docker? If yes, could you kindly provide a step-by-step guide for the not-so-tech-savvy Hivians to try it?
👍  , , ,
👎  
properties (23)
authorsuccessforall
permlinkre-balaz-rdcuoi
categoryhive-163521
json_metadata{"tags":["hive-163521"],"app":"peakd/2022.05.9"}
created2022-06-12 08:10:12
last_update2022-06-12 08:10:12
depth1
children0
last_payout2022-06-19 08:10:12
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length443
author_reputation13,533,800,768,320
root_title"Step by step guide to deploy and run HoneyComb node without using docker"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id113,988,577
net_rshares-5,042,503,399
author_curate_reward""
vote details (5)