Setup
Step 1: Connect to Your EC2 Instance
Log in to your EC2 instance.
Step 2: Open Your Terminal and Switch to the Superuser
Open your terminal.
Run the following command to switch to the superuser:
Step 3: Verify Your Current Directory
Confirm you are in the correct directory (ideally
/home/ubuntu
or your project directory):Run the following command
| Note: If the output differs, change your directory to /home/ubuntu.
Step 4: Grant Directory Permissions
Run the following command to set the necessary permissions:
Step 5: Create the config.yaml
File
config.yaml
FileCreate a file named
config.yaml
and paste the configuration below:Note: The configuration controls your Payram server settings. Do not modify existing values or the order of the keys.
Last updated