Skip to content

dmanchester/dmanchester.com

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 

Repository files navigation

dmanchester.com

Setting Up the Live Demo

  • Generate an application secret (instructions).
  • Create a distribution of the sample-scala application (instructions). Unzip the distribution to a convenient location.
  • Create a start script (you may also include any of the application's optional configuration settings):
    nohup path_to_unzipped_dist/bin/sample-scala \
      -Dplay.http.context=/playfop/live-demo \
      '-Dplay.http.secret.key=your_secret_key' &
    
  • Make the start script executable with chmod.

Miscellaneous

On a server with SELinux enabled, for Apache httpd to use the certificate files in this repository's /etc/pki/tls/certs directory, their SELinux type must be set to cert_t. Sample syntax (presumes this repository has been cloned to /dmanchester.com):

semanage fcontext -a -t cert_t "/dmanchester.com/etc/pki/tls/certs/.+"
restorecon -v /dmanchester.com/etc/pki/tls/certs/*

About

Configuration and static content for personal website.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors