https://github.com/johnstyle/ghostjs-standard
https://github.com/johnstyle/ghostjs-standard
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/johnstyle/ghostjs-standard
- Owner: johnstyle
- Created: 2017-10-22T14:07:01.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-22T19:18:42.000Z (almost 9 years ago)
- Last Synced: 2025-09-04T01:37:43.700Z (11 months ago)
- Language: CSS
- Size: 251 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Project Configuration
Find all occurence of `{your_project_name}` and replace by your project name.
Find all occurence of `{your_domain_name}` and replace by your domain name.
Find all occurence of `{your_server_ip}` and replace by your server IP.
Find all occurence of `{your_gtm_id}` and replace by your GTM ID.
## SSL Configuration
openssl dhparam -out ./config/certs/dhparam.pem 2048
## Installation
### Production
docker-compose up -d
### Development
docker-compose -f docker-compose.development.yml up -d