Publish HTML quickly. https://html.house
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 

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