Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 615 Bytes

README.md

File metadata and controls

29 lines (24 loc) · 615 Bytes

gstav-docker

Installation instructions

Install npm, docker and docker-compose for your distribution. Then run:

npm install

Run application

npm start

Stop application

npm stop

Restart application

npm restart

Optional steps

If you wish to use the contact form and the flickr API, then create a file .env in the root, with the following contents, replacing the capitalized strings with your own:

  • mailgun_url = "YOUR_MAILGUN_API_URL"
  • mailgun_api_key = "YOUR_MAILGUN_API_KEY"
  • mailgun_from = "YOUR_MAILGUN_FROM_ADDRESS"
  • flickr_api_key = "YOUR_FLICKR_API_KEY"