Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Backend application developed together with the team as part of an internship at Cogniteq

Notifications You must be signed in to change notification settings

Pavlusha311245/VenoriBackend

Repository files navigation

Venori

Backend application developed together with the team as part of an internship at Cogniteq

Installation

Server installation. Follow everything step by step

Step 1:

Go to directory

cd /var/www

Step 2:

After entering, you will need to specify the OS user password, as well as the password for accessing the repository

sudo git clone https://Pavlusha311245@bitbucket.org/temak2008/fullplate.git

Step 3:

Go to the application directory

cd fullplate

Step 4:

Setting up the config file. Instead of the nano editor, you can use any convenient for you

mv env.example .env
nano .env

Change these fields according to the data you are using. Before specifying the address of the database, you should create it

DB_CONNECTION=mysql
DB_HOST=mysql
DB_PORT=3306
DB_DATABASE={your database}
DB_USERNAME={database username}
DB_PASSWORD={database password}
MAIL_MAILER=smtp
MAIL_HOST=null
MAIL_PORT=null
MAIL_USERNAME=null
MAIL_PASSWORD=null
MAIL_ENCRYPTION=tls
MAIL_FROM_ADDRESS=null
MAIL_FROM_NAME="${APP_NAME}"

Step 4:

Start bash script

DANGER: This script should only be executed last after all actions have been completed

bash install.sh

About

Backend application developed together with the team as part of an internship at Cogniteq

Topics

Resources

Stars

Watchers

Forks