create account

Install your own local SteemNova server in a few minutes by cryptoriddler

View this thread on: hive.blogpeakd.comecency.com
· @cryptoriddler ·
$16.81
Install your own local SteemNova server in a few minutes
#### What Will I Learn?
If you want to play with your own SteemNova server, you could get it in a few minutes, when following the steps below. 
You will learn how you can run your own SteemNova Server under the new  ubuntu 18.04 LTS. 
If you don't have this OS running, you can install it in a virtual machine, before starting whith this tutorial.
- download the sourcecode
- install the required tools
- create a database
- install steemnova

#### Requirements
- a running computer or virtual machine with a standard installation of ubuntu-18.04 (http://releases.ubuntu.com/18.04/)

#### Difficulty
- Basic


#### Tutorial Contents
To make the installation as easy as possible, I have listed the individual steps. The individual steps consist of a short description and the commands to be executed. The commands can be easily copied and pasted in the terminal window.  

Follow the steps below to set up your own SteemNova server in a few minutes. 

1. Open a terminal window in which you have to enter the following commands.
1. Before you could get the source from GitHub, you have to install Git: <br>`sudo apt-get -y install git`
2. Get the source code from GitHub:<br>`git clone https://github.com/steemnova/steemnova`
3. Add an additionally repository<br>`sudo add-apt-repository -y ppa:ondrej/php`
4.  re-synchronize the package index <br>`sudo apt-get update`
5. install all needed packages<br>``sudo apt-get -y install apache2 php7.0 php7.0-gd php7.0-fpm php7.0-mysql php7.0-curl libapache2-mod-php7.0 mysql-server php-pear php7.0-dev php-xml php7.0-xml``
6. install the ds extension with efficient data structures for PHP 7 <br>``sudo pecl install ds``
7. enable the extension<br>``sudo /bin/sh -c 'echo "extension=ds.so" >> /etc/php/7.0/apache2/conf.d/30-ds.ini'``
8. install HTML_BBCodeParser2<br>``sudo pear install HTML_BBCodeParser2-0.1.0``
9. start mysql<br>``sudo mysql``
10. create a new database <br>``create database DB;``
11. create a new database user<br>``create user USER identified by 'PASSWORD';``
12. give the new user all privileges to the new database<br>``grant all privileges on DB.* to USER;``
13. exit mysql<br>``exit``
14. copy the whole steemnova directory to /var/www/html/<br>``sudo cp -r steemnova /var/www/html/``
15. create an empty file with the name ENABLE_INSTALL_TOOL to enable the steemnova install tool<br>``sudo /bin/sh -c 'echo >> /var/www/html/steemnova/includes/ENABLE_INSTALL_TOOL'``
16. some directorys need writeaccess, so you can give this rights with the following commands<br>``sudo chgrp www-data /var/www/html/steemnova/includes/``<br>``sudo chgrp www-data /var/www/html/steemnova/cache/``<br>``sudo chmod 775 /var/www/html/steemnova/includes/``<br>``sudo chmod 775 /var/www/html/steemnova/cache/``
17. Now you can open a browser and enter 127.0.0.1/steemnova  at the adress bar to start the steemnova install tool

You schould get the following screen:
![VirtualBox_ubuntu18.04-Klon-temp_03_05_2018_17_39_38.png](https://steemitimages.com/DQmZ7rp1zEarZJjcwsQmZWRUeCrZJbJPy8ZcotZ12eV5eH9/VirtualBox_ubuntu18.04-Klon-temp_03_05_2018_17_39_38.png)

In step 2 of the SteemNova install tool all needed System requirements are shown. If you have successfully completed all the above steps, all requirements should now be met.
![VirtualBox_ubuntu18.04-Klon-temp_03_05_2018_17_39_48.png](https://steemitimages.com/DQmTojTqFxCWMCSqBCZzcpD3Vzh1W7Q5wrAJ3RuWVLFSLVm/VirtualBox_ubuntu18.04-Klon-temp_03_05_2018_17_39_48.png)

In step 3 you have to configure which DB should be used. If you use the settings from above, you have to enter: 
|||
|-|-|
|Database server or DNS|127.0.0.1|
|Database port|3306|
|Database user|USER|
|Database Password|PASSWORD|
|Database name|DB|
|Table prefix:|uni1_|


![VirtualBox_ubuntu18.04-Klon-temp_03_05_2018_17_40_23.png](https://steemitimages.com/DQmSaHvNd3VBcJr94gM8riaxXkFAQRUfXtcVywPuqJsP2Nn/VirtualBox_ubuntu18.04-Klon-temp_03_05_2018_17_40_23.png)

Finally you have to create an administrator account
![VirtualBox_ubuntu18.04-Klon-temp_03_05_2018_17_41_44.png](https://steemitimages.com/DQmYh8B3UdpZbAvRS6xUeVjXivmhiLbCmxjWorsACmmTQ4k/VirtualBox_ubuntu18.04-Klon-temp_03_05_2018_17_41_44.png)

After that you should be see the administrator panel. Here you can change some settings of the game, or just click on 'Back to Game' to start the game with standard settings.
![VirtualBox_ubuntu18.04-Klon-temp_03_05_2018_17_42_19.png](https://steemitimages.com/DQmR6s6FbYkiZdXEBfxWRdLvERDg6az7XApUFTkNxa2mvuZ/VirtualBox_ubuntu18.04-Klon-temp_03_05_2018_17_42_19.png)

Now you can play.
![VirtualBox_ubuntu18.04-Klon-temp_03_05_2018_17_42_42.png](https://steemitimages.com/DQmdndJy1aeWMERirbEB61AV2iFwhVwM7KmZTVRPRb67qQF/VirtualBox_ubuntu18.04-Klon-temp_03_05_2018_17_42_42.png)

---
<br>
<a href="https://steemnova.intinte.org/index.php?ref=682"><img src="https://steemitimages.com/DQmetR7Dvaue2buNMr4Xga3VvpzzX2DghWkKoyVtpzVnivg/image.png"></a>
๐Ÿ‘  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 391 others
๐Ÿ‘Ž  
properties (23)
authorcryptoriddler
permlinkinstall-your-own-local-steemnova-server-in-a-few-minutes
categoryutopian-io
json_metadata{"community":"utopian","app":"utopian/1.0.0","format":"markdown","repository":{"id":118179003,"name":"steemnova","full_name":"steemnova/steemnova","html_url":"https://github.com/steemnova/steemnova","fork":false,"owner":{"login":"steemnova"}},"pullRequests":[],"platform":"github","type":"tutorials","tags":["utopian-io","steemnova","tutorial","steem-games"],"links":["https://steemitimages.com/DQmZ7rp1zEarZJjcwsQmZWRUeCrZJbJPy8ZcotZ12eV5eH9/VirtualBox_ubuntu18.04-Klon-temp_03_05_2018_17_39_38.png","https://steemitimages.com/DQmTojTqFxCWMCSqBCZzcpD3Vzh1W7Q5wrAJ3RuWVLFSLVm/VirtualBox_ubuntu18.04-Klon-temp_03_05_2018_17_39_48.png","https://steemitimages.com/DQmSaHvNd3VBcJr94gM8riaxXkFAQRUfXtcVywPuqJsP2Nn/VirtualBox_ubuntu18.04-Klon-temp_03_05_2018_17_40_23.png","https://steemitimages.com/DQmYh8B3UdpZbAvRS6xUeVjXivmhiLbCmxjWorsACmmTQ4k/VirtualBox_ubuntu18.04-Klon-temp_03_05_2018_17_41_44.png","https://steemitimages.com/DQmR6s6FbYkiZdXEBfxWRdLvERDg6az7XApUFTkNxa2mvuZ/VirtualBox_ubuntu18.04-Klon-temp_03_05_2018_17_42_19.png","https://steemitimages.com/DQmdndJy1aeWMERirbEB61AV2iFwhVwM7KmZTVRPRb67qQF/VirtualBox_ubuntu18.04-Klon-temp_03_05_2018_17_42_42.png"],"image":["https://steemitimages.com/DQmZ7rp1zEarZJjcwsQmZWRUeCrZJbJPy8ZcotZ12eV5eH9/VirtualBox_ubuntu18.04-Klon-temp_03_05_2018_17_39_38.png","https://steemitimages.com/DQmTojTqFxCWMCSqBCZzcpD3Vzh1W7Q5wrAJ3RuWVLFSLVm/VirtualBox_ubuntu18.04-Klon-temp_03_05_2018_17_39_48.png","https://steemitimages.com/DQmSaHvNd3VBcJr94gM8riaxXkFAQRUfXtcVywPuqJsP2Nn/VirtualBox_ubuntu18.04-Klon-temp_03_05_2018_17_40_23.png","https://steemitimages.com/DQmYh8B3UdpZbAvRS6xUeVjXivmhiLbCmxjWorsACmmTQ4k/VirtualBox_ubuntu18.04-Klon-temp_03_05_2018_17_41_44.png","https://steemitimages.com/DQmR6s6FbYkiZdXEBfxWRdLvERDg6az7XApUFTkNxa2mvuZ/VirtualBox_ubuntu18.04-Klon-temp_03_05_2018_17_42_19.png","https://steemitimages.com/DQmdndJy1aeWMERirbEB61AV2iFwhVwM7KmZTVRPRb67qQF/VirtualBox_ubuntu18.04-Klon-temp_03_05_2018_17_42_42.png"]}
created2018-05-03 16:57:36
last_update2018-05-03 16:57:36
depth0
children27
last_payout2018-05-10 16:57:36
cashout_time1969-12-31 23:59:59
total_payout_value12.920 HBD
curator_payout_value3.889 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length4,929
author_reputation14,793,089,054,413
root_title"Install your own local SteemNova server in a few minutes"
beneficiaries
0.
accountutopian.pay
weight1,500
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id53,676,747
net_rshares3,439,776,264,313
author_curate_reward""
vote details (456)
@alisalove ·
thanks for share my friend 
@cryptoriddler
properties (22)
authoralisalove
permlinkre-cryptoriddler-install-your-own-local-steemnova-server-in-a-few-minutes-20180503t171045355z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"users":["cryptoriddler"],"app":"steemit/0.1"}
created2018-05-03 17:11:00
last_update2018-05-03 17:11:00
depth1
children0
last_payout2018-05-10 17:11: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_length42
author_reputation138,374,653,820
root_title"Install your own local SteemNova server in a few minutes"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id53,678,855
net_rshares0
@bearmaster ·
Thanks for the tutorial, I'll try to see if I make a Spanish-speaking server.

Then I'll tell you how it was!
๐Ÿ‘  
properties (23)
authorbearmaster
permlinkre-cryptoriddler-install-your-own-local-steemnova-server-in-a-few-minutes-20180503t173402363z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"community":"busy","app":"busy/2.4.0"}
created2018-05-03 17:05:21
last_update2018-05-03 17:05:21
depth1
children0
last_payout2018-05-10 17:05: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_length109
author_reputation339,088,466,705
root_title"Install your own local SteemNova server in a few minutes"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id53,677,953
net_rshares545,504,593
author_curate_reward""
vote details (1)
@chaithanya97 ·
cool that what i am searching for
properties (22)
authorchaithanya97
permlinkre-cryptoriddler-install-your-own-local-steemnova-server-in-a-few-minutes-20180518t175603007z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-05-18 17:56:06
last_update2018-05-18 17:56:06
depth1
children0
last_payout2018-05-25 17:56:06
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_length33
author_reputation5,063,680,602
root_title"Install your own local SteemNova server in a few minutes"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id56,416,123
net_rshares0
@dubem-eu ·
Thanks for this great tutorial, it's really helpful.
properties (22)
authordubem-eu
permlinkre-cryptoriddler-install-your-own-local-steemnova-server-in-a-few-minutes-20180503t180737189z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-05-03 18:07:42
last_update2018-05-03 18:07:42
depth1
children0
last_payout2018-05-10 18:07:42
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_length52
author_reputation2,919,957,145,952
root_title"Install your own local SteemNova server in a few minutes"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id53,687,174
net_rshares0
@idalaili1974 ·
Me, the bad plankton likes your posting, @cryptoriddler.  We have to learn to walk before we can run. With a helper, a thousand things are possible to do.
properties (22)
authoridalaili1974
permlinkre-cryptoriddler-install-your-own-local-steemnova-server-in-a-few-minutes-20180508t150531542z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"users":["cryptoriddler"],"app":"steemit/0.1"}
created2018-05-08 15:05:48
last_update2018-05-08 15:05:48
depth1
children0
last_payout2018-05-15 15:05:48
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_length154
author_reputation17,875,775,359
root_title"Install your own local SteemNova server in a few minutes"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id54,584,954
net_rshares0
@jfitmisc ·
$0.39
Woooooo, I've never seen this. Is this a new online game? Is the currency that is used within the game Steem?! This is crazy interesting. If we could also add a series of video games on this platform this could be YUGEEE!
๐Ÿ‘  
properties (23)
authorjfitmisc
permlinkre-cryptoriddler-install-your-own-local-steemnova-server-in-a-few-minutes-20180503t173651881z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-05-03 17:36:51
last_update2018-05-03 17:36:51
depth1
children2
last_payout2018-05-10 17:36:51
cashout_time1969-12-31 23:59:59
total_payout_value0.388 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length221
author_reputation2,942,417,868,522
root_title"Install your own local SteemNova server in a few minutes"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id53,682,800
net_rshares70,405,207,838
author_curate_reward""
vote details (1)
@cryptoriddler ·
https://steemit.com/steemnova/@steemnova/steemnova-ogame-based-browsergame-for-steemians
๐Ÿ‘  
properties (23)
authorcryptoriddler
permlinkre-jfitmisc-re-cryptoriddler-install-your-own-local-steemnova-server-in-a-few-minutes-20180503t181303803z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"links":["https://steemit.com/steemnova/@steemnova/steemnova-ogame-based-browsergame-for-steemians"],"app":"steemit/0.1"}
created2018-05-03 18:13:06
last_update2018-05-03 18:13:06
depth2
children0
last_payout2018-05-10 18:13:06
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_length88
author_reputation14,793,089,054,413
root_title"Install your own local SteemNova server in a few minutes"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id53,687,985
net_rshares3,270,986,855
author_curate_reward""
vote details (1)
@froyoempire ·
Id like to know what it is too. That seems to be like the only thing missing from the post. It might be an os or node but idk.
properties (22)
authorfroyoempire
permlinkre-jfitmisc-re-cryptoriddler-install-your-own-local-steemnova-server-in-a-few-minutes-20180503t180232771z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-05-03 18:02:33
last_update2018-05-03 18:02:33
depth2
children0
last_payout2018-05-10 18:02:33
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_length126
author_reputation2,430,572,580,184
root_title"Install your own local SteemNova server in a few minutes"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id53,686,477
net_rshares0
@kumillla · (edited)
awesome really a good graphics game.... never play yet... but really love the graphics.... thanks for shareing... @upvoted
properties (22)
authorkumillla
permlinkre-cryptoriddler-install-your-own-local-steemnova-server-in-a-few-minutes-20180504t135858207z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1","users":["upvoted"]}
created2018-05-04 13:58:36
last_update2018-05-04 14:00:45
depth1
children0
last_payout2018-05-11 13:58:36
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_reputation46,693,772,683
root_title"Install your own local SteemNova server in a few minutes"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id53,843,430
net_rshares0
@lazysunny ·
Great info
properties (22)
authorlazysunny
permlinkre-cryptoriddler-install-your-own-local-steemnova-server-in-a-few-minutes-20180514t114803552z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-05-14 11:52:06
last_update2018-05-14 11:52:06
depth1
children0
last_payout2018-05-21 11:52:06
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_length10
author_reputation655,071,004
root_title"Install your own local SteemNova server in a few minutes"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id55,623,759
net_rshares0
@maar0106 ·
this is amazing dude, nice job!
properties (22)
authormaar0106
permlinkre-cryptoriddler-install-your-own-local-steemnova-server-in-a-few-minutes-20180508t000412292z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-05-08 00:05:48
last_update2018-05-08 00:05:48
depth1
children0
last_payout2018-05-15 00:05:48
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_length31
author_reputation2,361,410,790
root_title"Install your own local SteemNova server in a few minutes"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id54,468,435
net_rshares0
@mcfarhat ·
Thank you for your contribution, but it cannot be accepted at the moment.
Steemnova github repo already provides instructions for setting up a local copy.
The remaining steps you provided are on-screen instructions which do not constitute a key component in Utopian tutorials.


----------------------------------------------------------------------
Need help? Write a ticket on https://support.utopian.io.
Chat with us on [Discord](https://discord.gg/uTyJkNm).
**[[utopian-moderator]](https://utopian.io/moderators)**
properties (22)
authormcfarhat
permlinkre-cryptoriddler-install-your-own-local-steemnova-server-in-a-few-minutes-20180504t215833117z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"links":["https://support.utopian.io","https://discord.gg/uTyJkNm","https://utopian.io/moderators"],"app":"steemit/0.1"}
created2018-05-04 21:58:39
last_update2018-05-04 21:58:39
depth1
children1
last_payout2018-05-11 21:58:39
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_length518
author_reputation150,651,671,367,256
root_title"Install your own local SteemNova server in a few minutes"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id53,911,892
net_rshares0
@cryptoriddler · (edited)
$0.29
You are right, there are some instructions at github, but they are far from complete and in some cases even incorrect (e.g. packagenames) when try to install it under the new ubuntu 18.04 LTS. With these tutorial it should be possible to install it without further research.
๐Ÿ‘  , , , , , , , , , , ,
properties (23)
authorcryptoriddler
permlinkre-mcfarhat-re-cryptoriddler-install-your-own-local-steemnova-server-in-a-few-minutes-20180505t081847291z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-05-05 08:18:48
last_update2018-05-05 08:20:00
depth2
children0
last_payout2018-05-12 08:18:48
cashout_time1969-12-31 23:59:59
total_payout_value0.294 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length274
author_reputation14,793,089,054,413
root_title"Install your own local SteemNova server in a few minutes"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id53,981,697
net_rshares54,526,824,642
author_curate_reward""
vote details (12)
@mrmastercryptow ·
$0.95
Seems like you are a "linux-guru". I like linux as a free alternative to windows and Iยดve been using Ubuntu, Mint .. since 8 years and step by step Im making progress on the comandline ...  but I could be quite more abitious on lerning linux properly ....
๐Ÿ‘  ,
properties (23)
authormrmastercryptow
permlinkre-cryptoriddler-install-your-own-local-steemnova-server-in-a-few-minutes-20180511t011920845z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-05-11 01:19:27
last_update2018-05-11 01:19:27
depth1
children0
last_payout2018-05-18 01:19:27
cashout_time1969-12-31 23:59:59
total_payout_value0.717 HBD
curator_payout_value0.232 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length255
author_reputation2,200,320,710,206
root_title"Install your own local SteemNova server in a few minutes"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id55,051,704
net_rshares203,719,459,876
author_curate_reward""
vote details (2)
@mysearchisover ·
$0.22
Then I could have a node and run for witness?
๐Ÿ‘  ,
properties (23)
authormysearchisover
permlinkre-cryptoriddler-install-your-own-local-steemnova-server-in-a-few-minutes-20180503t171057339z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-05-03 17:10:57
last_update2018-05-03 17:10:57
depth1
children1
last_payout2018-05-10 17:10:57
cashout_time1969-12-31 23:59:59
total_payout_value0.172 HBD
curator_payout_value0.052 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length45
author_reputation106,037,311,868,398
root_title"Install your own local SteemNova server in a few minutes"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id53,678,840
net_rshares41,137,327,843
author_curate_reward""
vote details (2)
@cryptoriddler ·
Sure, you could have a node and run for witness, but this tutorial will not help you for that.
properties (22)
authorcryptoriddler
permlinkre-mysearchisover-re-cryptoriddler-install-your-own-local-steemnova-server-in-a-few-minutes-20180503t171850226z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-05-03 17:18:51
last_update2018-05-03 17:18:51
depth2
children0
last_payout2018-05-10 17:18: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_length94
author_reputation14,793,089,054,413
root_title"Install your own local SteemNova server in a few minutes"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id53,680,058
net_rshares0
@numberjocky ·
$0.03
No port forwarding?
๐Ÿ‘  , , ,
properties (23)
authornumberjocky
permlinkre-cryptoriddler-install-your-own-local-steemnova-server-in-a-few-minutes-20180504t202301360z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-05-04 20:23:00
last_update2018-05-04 20:23:00
depth1
children0
last_payout2018-05-11 20:23:00
cashout_time1969-12-31 23:59:59
total_payout_value0.029 HBD
curator_payout_value0.003 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length19
author_reputation2,523,396,045,044
root_title"Install your own local SteemNova server in a few minutes"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id53,900,051
net_rshares6,547,807,410
author_curate_reward""
vote details (4)
@olvio ·
Steemnova writes about the server that it is extremely important for the community I think you have presented a very important and very delicate content and it is understood from your content that you have worked hard for this steemnova server and collected some information very well here. The blog post presented a very good post You will play an important role in this for community members.

Hopefully you'll soon present a blog post about this server and its activities where community members can easily understand its details and you will find it very important to use this server.
properties (22)
authorolvio
permlinkre-cryptoriddler-install-your-own-local-steemnova-server-in-a-few-minutes-20180503t165748051z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-05-03 17:01:18
last_update2018-05-03 17:01:18
depth1
children0
last_payout2018-05-10 17:01:18
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_length588
author_reputation492,289,765,189
root_title"Install your own local SteemNova server in a few minutes"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id53,677,336
net_rshares0
@riricoincoin ·
Bonsoir , dinc ca b'a rien avoir avec le Steem ? Ni led Cryptocurrency ?

Ni le Mining ?
properties (22)
authorriricoincoin
permlinkre-cryptoriddler-install-your-own-local-steemnova-server-in-a-few-minutes-20180503t193000282z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-05-03 19:30:03
last_update2018-05-03 19:30:03
depth1
children0
last_payout2018-05-10 19: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_length88
author_reputation9,567,141,673
root_title"Install your own local SteemNova server in a few minutes"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id53,698,840
net_rshares0
@santom ·
This was an awesome read. Definitely going to have to check this out. Thanks for the tutorial
properties (22)
authorsantom
permlinkre-cryptoriddler-install-your-own-local-steemnova-server-in-a-few-minutes-20180503t175950347z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-05-03 17:59:51
last_update2018-05-03 17:59:51
depth1
children0
last_payout2018-05-10 17:59: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_length93
author_reputation158,354,868,646
root_title"Install your own local SteemNova server in a few minutes"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id53,686,122
net_rshares0
@satorid · (edited)
$0.04
wow, this is awesome, thanks!
![1472230581FrancisCab.gif](https://steemitimages.com/DQmTuoVV57mCKAVFyrTEm5VPSMWoaai6qRDNi7Vgbu7x1Tz/1472230581FrancisCab.gif)
๐Ÿ‘  ,
properties (23)
authorsatorid
permlinkre-cryptoriddler-install-your-own-local-steemnova-server-in-a-few-minutes-20180503t170210313z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"image":["https://steemitimages.com/DQmTuoVV57mCKAVFyrTEm5VPSMWoaai6qRDNi7Vgbu7x1Tz/1472230581FrancisCab.gif"],"app":"steemit/0.1"}
created2018-05-03 17:02:12
last_update2018-05-03 17:02:27
depth1
children0
last_payout2018-05-10 17:02:12
cashout_time1969-12-31 23:59:59
total_payout_value0.037 HBD
curator_payout_value0.006 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length157
author_reputation81,363,374,448,154
root_title"Install your own local SteemNova server in a few minutes"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id53,677,461
net_rshares8,573,328,341
author_curate_reward""
vote details (2)
@shubhamoy1991 ·
wow nice information
properties (22)
authorshubhamoy1991
permlinkre-cryptoriddler-install-your-own-local-steemnova-server-in-a-few-minutes-20180528t151218689z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-05-28 15:12:00
last_update2018-05-28 15:12:00
depth1
children0
last_payout2018-06-04 15:12: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_length20
author_reputation109,220,667
root_title"Install your own local SteemNova server in a few minutes"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id58,125,918
net_rshares0
@soumon ·
Is there any difference to install the server in linux mint.
properties (22)
authorsoumon
permlinkre-cryptoriddler-install-your-own-local-steemnova-server-in-a-few-minutes-20180503t171050408z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"community":"busy","app":"busy/2.4.0"}
created2018-05-03 17:10:54
last_update2018-05-03 17:10:54
depth1
children0
last_payout2018-05-10 17:10:54
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_length60
author_reputation747,698,275,457
root_title"Install your own local SteemNova server in a few minutes"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id53,678,835
net_rshares0
@steem881 ·
Hi LOVE YOUR POST MAN!!! LIKE MY POST TOO!!!!! HERE IS THE LINK: https://steemit.com/bots/@abusereports/last-minute-upvote-list-2018-05-02 
properties (22)
authorsteem881
permlinkre-install-your-own-local-steemnova-server-in-a-few-minutes-20180505t132445
categoryutopian-io
json_metadata""
created2018-05-05 13:24:45
last_update2018-05-05 13:24:45
depth1
children0
last_payout2018-05-12 13:24: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_length139
author_reputation-796,876,938,732
root_title"Install your own local SteemNova server in a few minutes"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id54,022,512
net_rshares0
@steemitloverr ·
That's a great tutorial..keep it up...
properties (22)
authorsteemitloverr
permlinkre-cryptoriddler-install-your-own-local-steemnova-server-in-a-few-minutes-20180503t171655393z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-05-03 17:17:03
last_update2018-05-03 17:17:03
depth1
children0
last_payout2018-05-10 17:17: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_length38
author_reputation22,530,178,447
root_title"Install your own local SteemNova server in a few minutes"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id53,679,781
net_rshares0
@sushovon002 ·
It's looking really interesting man... i'll install it for sure. thanks for the the instruction.๐Ÿ‘
๐Ÿ‘  
properties (23)
authorsushovon002
permlinkre-cryptoriddler-install-your-own-local-steemnova-server-in-a-few-minutes-20180504t033441858z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-05-04 03:34:45
last_update2018-05-04 03:34:45
depth1
children0
last_payout2018-05-11 03:34: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_length97
author_reputation967,595,771,389
root_title"Install your own local SteemNova server in a few minutes"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id53,757,514
net_rshares277,376,454
author_curate_reward""
vote details (1)
@victor26 ·
Interesting Post, to tell the truth I am interested in opening my own server and I did not know how, but you avoided me in depth research, thank you very much.
properties (22)
authorvictor26
permlinkre-cryptoriddler-install-your-own-local-steemnova-server-in-a-few-minutes-20180503t170834054z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-05-03 17:08:33
last_update2018-05-03 17:08:33
depth1
children0
last_payout2018-05-10 17:08:33
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_length159
author_reputation4,154,556,570,796
root_title"Install your own local SteemNova server in a few minutes"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id53,678,441
net_rshares0