13 Articles in this section
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...