Publish HTML quickly. https://html.house
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

123456789101112131415161718
  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"