Skip to end of metadata
Go to start of metadata
You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
Version 1
Next »
Requirements
- PHP
- PHP >= 5.6.4
- OpenSSL PHP Extension
- PDO PHP Extension
- Mbstring PHP Extension
- Tokenizer PHP Extension
- Composer
- Server - Nginx recommended
- Database - PostgreSQL recommended
- Command line (SSH) access to the deploy server
Installation
- Copy the repository files to a directory on the disk
- Copy / Rename the file ",env.example" to ".env"
- Edit the desired configuration details (excepting the APP_KEY property, we will set that later)
- Point the web server's document root to the public folder
- Using SSH, in the root directory of the project run the following comands
- composer install
- php artisan migrate
- php artisan key:generate
- php artisan db:seed
- Point your browser to the domain on which the application was installed on
- Login with the default credentials:
- username: flaviu@glitch.ro
- password 1234