installing.html 1.6 KB

123456789101112131415161718192021222324252627282930
  1. {
  2. title: "Installing",
  3. crumbs: [
  4. { 'Getting Started': '../start/' },
  5. ],
  6. }
  7. <h1>Installation Overview</h1>
  8. <p>Please read the overview information below, then refer to the specific instructions for your operating
  9. system. The GoAhead binary installation is available for:</p>
  10. <ul>
  11. <li><a href="linux.html">Linux Installation Instructions</a></li>
  12. <li><a href="mac.html">Mac OS X Installation Instructions</a></li>
  13. <li><a href="windows.html">Windows Installation Instructions</a></li>
  14. </ul>
  15. <h2>Extension Packages</h2>
  16. <p>GoAhead uses the
  17. <a href="https://embedthis.com/pak/">Pak</a> manager to install and manage 3rd party packages such as
  18. OpenSSL. Browse the online <a href="https://embedthis.com/catalog/#/">Pak Catalog</a> for
  19. extension packages or visit the <a href="https://embedthis.com/pak">Pak Web Site</a>.
  20. <h2 >Source Code</h2>
  21. <p>The GoAhead source code is provided as a separate download distribution. It is also available via the
  22. source code <a href="https://github.com/embedthis/goahead">repository</a> for developers who wish to participate
  23. in the development of GoAhead.</p>
  24. <h2 >Upgrading</h2>
  25. <p>If upgrading from a previous version, please save your auth.txt and route.tx configuration files.
  26. Then remove the previous version of GoAhead. Next, install the new release and
  27. apply your configuration to the new release.</p>