devdom.8 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. .de EX
  2. .ne 5
  3. .if n .sp 1
  4. .if t .sp .5
  5. .nf
  6. .in +.5i
  7. ..
  8. .de EE
  9. .fi
  10. .in -.5i
  11. .if n .sp 1
  12. .if t .sp .5
  13. ..
  14. .TH DEVDOM 8 "April 22, 2019"
  15. .SH NAME
  16. devdom \- A command-line tool to automate virtualhost creation.
  17. .SH SYNOPSIS
  18. .B devdom
  19. .RI [COMMAND]
  20. .RI [ARGUMENT]
  21. .PP
  22. (Expression is only required when generating a new domain.)
  23. .SH DESCRIPTION
  24. For those without access to system automation tools, instead of manually creating Apache virtualhost configuration by hand; one can utilize Devdom to simplify the setup workflow.
  25. .PP
  26. This program also has commands for special usage.
  27. .SS "Command reference:"
  28. .TP
  29. \fBdomain [argument]\fR
  30. Specifies the top-level domain you wish to create. IE: localhost.local
  31. .TP
  32. \fBhosts\fR
  33. Syncs the hosts file to append changes from Devdom for local development, so *.test domains are routable locally. (Not needed in production environments)
  34. .TP
  35. \fBconfig\fR
  36. Prompts an interactive shell to allow you to switch workspace environments. \fBProduction\fR skips the hosts modifications (as they are unneeded). \fB\fBDevelopment\fR routes all created domains to a routable localhost IP.
  37. .TP fR
  38. .SH SEE ALSO
  39. None
  40. .SH BUGS
  41. See/report bugs at https://github.com/angela-d/devdom/issues
  42. .SH AUTHOR
  43. The text for this page was written by Angela <angelad@disroot.org> for the Debian GNU/Linux system (but may be used by
  44. others).
  45. .SH COPYRIGHT
  46. Copyright (C) 2019 Angela D. License GPLv3+: GNU
  47. GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
  48. This is free software: you are free to change and redistribute it.
  49. There is NO WARRANTY, to the extent permitted by law.