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.

22 lines
533 B

10 years ago
  1. rm -rf output
  2. mkdir output
  3. go build
  4. chmod +x gogs
  5. mv gogs ./output/
  6. cp -r ./conf/ ./output/conf/
  7. cp -r ./custom/ ./output/custom/
  8. cp -r ./dockerfiles/ ./output/dockerfiles/
  9. cp -r ./public/ ./output/public/
  10. cp -r ./templates/ ./output/templates/
  11. cp bee.json ./output/
  12. cp cert.pem ./output/
  13. cp CONTRIBUTING.md ./output/
  14. cp gogs_supervisord.sh ./output/
  15. cp key.pem ./output/
  16. cp LICENSE ./output/
  17. cp README.md ./output/
  18. cp README_ZH.md ./output/
  19. cp rpp.ini ./output/
  20. cp start.bat ./output/
  21. cp start.sh ./output/
  22. cp wercker.yml ./output/