Publish HTML quickly. https://html.house
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 
 

19 rader
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"