Backend and web app installation

13 Articles in this section

Step 1: Creating a droplet in Digital Ocean

This guide will walk you through how to set up a droplet in Digital Ocean where you will host your backend and web source code.1. Login to DigitalOcean CloudAfter you log into the DigitalOcean Control...

A
Ashwin 7 years ago - Created
Step 2: Add and point domain to the IP address

Adding a DomainTo add a domain, follow the Networking link in the Control Panel, which leads to the default Domains tab. By default Domains tab will be selected. Enter your domain in the Enter domain...

A
Amal 7 years ago - Created
Step 3: Setting up server for installation of source code

Since our source code is developed using PHP, we need to install Linux, Apache, MySQL, PHP (LAMP) stack on the server we created in Step 1. If you haven’t created a server yet visit Step 1: Creating a...

A
Ashwin 7 years ago - Created
Step 4: Uploading source code to server

This section shows us how to upload the sourcecode for the exchange to the server we've setup. We will be using FileZilla to upload the code with FTP as it is the easiest way for managing file transfe...

A
Amal 7 years ago - Created
Step 5: Setting up virtual host

1: Login to the DropletWe will connect to the server with the SSH key we added to the server in Step 1. Copy your IP address we created in Step 1. You’ll find your IP address here:Enter the command b...

A
Amal 7 years ago - Created
Step 6: Setting up the database

In this step we will set up and configure the MySQL database to work with the source code.1. Install phpMyAdminEnter the following command to install phpMyAdmin.sudo apt-ge...

A
Amal 7 years ago - Created
Step 7: Create session folders and configure admin panel

In this guide we will set up sessions folder and give them the right permissions to handle sessions during runtime.1. Create sessions directoryNavigate to the home folder with the following command:cd...

A
Amal 7 years ago - Created
How to install Bitcoin in your server

If you are using AWS you have to enable following port.Port: 185231. Login to the DropletWe will connect to the server with the SSH key we added to the server in Step 1.Copy your IP address we created...

A
Amal 7 years ago - Created
How to install Bitcoin Cash in your server

If you are using AWS you have to enable following port.Port: 185231. Login to the DropletWe will connect to the server with the SSH key we added to the server in Step 1.Copy your IP address we created...

A
Amal 7 years ago - Created
How to install Zcash in your server

If you are using AWS you have to enable following port.Port: 182321. Login to the DropletWe will connect to the server with the SSH key we added to the server in Step 1.Copy your IP address we created...

A
Amal 7 years ago - Created
How to install Litecoin in your server

If you are using AWS you have to enable following port. Port: 163211. Login to the DropletWe will connect to the server with the SSH key we added to the server in Step 1.Copy your IP address we create...

A
Amal 7 years ago - Created
How to install Ethereum in your server

If you are using AWS you have to enable following ports.Ports: 18222, 8545, 8546, 8080, 303031. Login to the DropletWe will connect to the server with the SSH key we added to the server in Step 1.Copy...

A
Amal 7 years ago - Created
Step 8: How To Configure KYC

Step 1:Create a database. After creating db you have to import the bitexchange_kyc.sql file. (The sql file is present inside the bitexchange source code which you have d...

A
Amal 6 years ago - Created