Skip to content
This repository has been archived by the owner on Sep 10, 2024. It is now read-only.

Latest commit

 

History

History
23 lines (16 loc) · 736 Bytes

INSTALL.md

File metadata and controls

23 lines (16 loc) · 736 Bytes

Installation of fhooe-mongo-dock

Open Powershell (PS) or other Terminal (prompt my be different then).

Docker

For installation of Docker environment see fhooe-mongo-dock

Get Repo

docker exec -it mongoapp /bin/bash -c "cd /var/www/html && git clone https://github.com/Digital-Media/mongoshop.git && chmod 777 mongoshop"
docker exec -it mongoapp /bin/bash -c "cd /var/www/html/mongoshop && composer install && chmod -R 777 *"
docker exec -it mongoapp /bin/bash -c "cd /var/www/html/mongoshop && composer update"

Cloud

Get a free MongoDB Atlas account or sign in with Google HERE.