Skip to content

AltaraNg/Altara-1.0

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Altara PHP Application

Altara PHP is build with Laravel and uses docker.

Laravel Official Documentation

Documentation for the framework can be found on the Laravel website.

Setting Up

  1. Ensure you have Docker Installed. If you do not have docker installed got to Docker Website.
  2. Clone repo to preferred directory.
  3. Change directory to the application directory. cd altara.
  4. Make sure that the project directory and subfolders are writable
  5. Run docker build -t altara ./docker. This will download all dependencies needed to run application.
  6. Rename .env.example to .env and edit contents accordingly
  7. Import mysql db data
  8. Navigate to https://localhost:{port}/(port is 7070 if you didn't modify web:ports in docker-compose.yml) to access the website

SSH into container. `docker exec -t -i container_id /bin/bash`.

➜ altara git:(master) ✗ docker exec -t -i 7966b099bd20 /bin/bash root@7966b099bd20:/#

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published