README.TXT 3.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. Embedthis GoAhead(TM)
  2. Welcome to GoAhead -- the world's most popular embedded web server.
  3. This document contains details regarding the installation procedure for the binary Embedthis GoAhead package. This package contains pre-built stand-alone web server and an embeddable HTTP library with headers. You can read the documentation for the latest release online at:
  4. https://embedthis.com/goahead/doc/
  5. This software is copyrighted and distributed under license. Please read the LICENSE.TXT for details.
  6. Table of Contents
  7. * System Requirements
  8. * Installation Package Formats
  9. * Development Environment Platform Support
  10. * Apple MAC OS X Release Details
  11. * Windows Release Details
  12. * Removing GoAhead
  13. * Running GoAhead
  14. * Building from the Source Code
  15. * License and Copyright Information
  16. System Requirements
  17. Operating System Support
  18. * Windows Windows-7,8 (x86,x64)
  19. * Mac OS X 10.6+ (x64)
  20. * Linux 2.6 (x86,x64,arm,ppc,mips)
  21. * VxWorks (x86,arm,ppc,mips)
  22. To install GoAhead, your development system will need at least the following:
  23. * 5 MB Disk
  24. * 512 GB RAM
  25. To deploy GoAhead in an embedded environment, you will need at least the following:
  26. * 1 MB Disk / ROM space
  27. * 1 MB RAM
  28. To rebuild GoAhead from source code on your development system, you will need at least:
  29. * 100 MB disk space
  30. Development Environment Platform Support
  31. If you wish to embed GoAhead in your application or build GoAhead from source code, you will need to use a C compiler and associated development tools. Several development environments are supported. You may choose any of the following:
  32. * Linux/Unix GNU Tools
  33. * Windows Visual Studio 2013 or later
  34. * WindRiver Development Tools
  35. To build GoAhead, please download the source code distribution from the https://embedthis.com/goahead/ and read "Building from Source" in the GoAhead product documentation.
  36. Running GoAhead
  37. goahead --home /etc/goahead -v
  38. To get all the options for GoAhead, read the GoAhead man page via
  39. man goahead
  40. or get the command help via:
  41. goahead --help
  42. GoAhead is configured by default to listen on port 80. To test that it is serving pages, point your browser at http://localhost/.
  43. License and Copyright Information
  44. This software is supplied under license. Both a GNU and commercial license are available. Please read LICENSE.TXT for details. This documentation and the software described in this document may be used and copied only in accordance with the terms of the accompanying license agreement. Product and technical information in this document is subject to change without notice and does not represent a commitment on the part of Embedthis Software LLC.
  45. Copyright (c) Embedthis Software. All Rights Reserved.
  46. Embedthis is a trademark of Embedthis Software LLC. Embedthis, GoAhead and Ejscript are trademarks of Embedthis Software. All other brand or product names are the trademarks or registered trademarks of their respective holders.
  47. Embedthis Software, LLC.
  48. 4616 25th Ave NE, #733
  49. Seattle, WA 98105.
  50. +1 (425) 329-3490
  51. embedthis.com
  52. info@embedthis.com