Install your own local SteemNova server in a few minutes

View this thread on: d.buzz | hive.blog | peakd.com | ecency.com
·@cryptoriddler·
0.000 HBD
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>
👍 , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,