Publish HTML quickly. https://html.house
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

19 lines
579 B

  1. INSTALLING HTMLHOUSE
  2. --------------------
  3. 1. Extract the archive.
  4. 2. Run keys.sh to generate keys. This will generate a keypair in the
  5. application's directory named `prod` and `prod.pub`.
  6. BACK UP THESE FILES outside the application directory. If these change,
  7. users won't be able to edit their posts anymore.
  8. 3. Run the application. Here's an example script:
  9. export DB_USER=dbuser
  10. export DB_PASSWORD=pass
  11. export DB_DB=htmlhouse
  12. export PRIVATE_KEY=keys/prod
  13. export PUBLIC_KEY=keys/prod.pub
  14. export PORT=8080
  15. ./htmlhouse -h="http://localhost:8080"