Skip to content

Commit

Permalink
Update Main Installation Methods.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
Mentors4EDU committed Jan 28, 2021
1 parent 4787c40 commit 3bb00ca
Showing 1 changed file with 46 additions and 0 deletions.
46 changes: 46 additions & 0 deletions docs/Decentralized Internet Docs/Main Installation Methods.rst
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,52 @@ Run: ``pub get``
sudo systemctl enable --now snapd.socket
sudo ln -s /var/lib/snapd/snap /snap
sudo snap install decentralized-internet --edge
**For Installing on**\ `DigitalOcean`_ *Please keep in mind as of the
time of writing this, our SDK is not yet live on the DigialOcean
Marketplace*

**First Step:** In order to install via one click app, (When available),
click the "Create Droplet Button" via the `Marketplace`_ page.

**Second Step:** In regards to usage, I recommend reading our SDK's
generic usage guide `that is here`_. The same instructions apply to
droplets.

**Configurations:** For ease of simplicity, I recommend installing the
`Slap IDE`_ over VIM or GNU Nano.
``curl -sL https://raw.githubusercontent.com/slap-editor/slap/master/install.sh | sh``
Also keep in mind if you decide to use slap, it utilizes Node.js so make
sure you have the latest version installed:
``sudo npm install -g slap@latest`` You can now run the Slap commands
seen `at their repo`_, for editing code files. For HaXe, I recommend you
do the default PPA Ubuntu Installation:

::

sudo add-apt-repository ppa:haxe/releases -y
sudo apt-get update
sudo apt-get install haxe -y
mkdir ~/haxelib && haxelib setup ~/haxelib

Or run the Debain installation:

::

sudo apt-get install haxe -y
mkdir ~/haxelib && haxelib setup ~/haxelib

The rest of the configuration instructions in regards to Debian, can be
seen `at the HaXe site`_. After you install Slap and Haxe on the
Droplet, I recommend you use Slap for editing needed code files, and the
``haxelib`` commands in the terminal in regards to HaXe code files.

.. _DigitalOcean: https://www.digitalocean.com/
.. _Marketplace: https://marketplace.digitalocean.com/
.. _that is here: https://lonero.readthedocs.io/en/latest/Decentralized%20Internet%20Docs/Critical%20Components.html
.. _Slap IDE: https://github.com/slap-editor/slap
.. _at their repo: https://github.com/slap-editor/slap#usage
.. _at the HaXe site: https://haxe.org/download/linux/

--------------

Expand Down

0 comments on commit 3bb00ca

Please sign in to comment.