quick.html 1.4 KB

123456789101112131415161718192021222324252627282930
  1. {
  2. title: "Quick Start",
  3. crumbs: [
  4. { 'Getting Started': '../start/' },
  5. ],
  6. }
  7. <h1>GoAhead Quick Start</h1>
  8. <ol>
  9. <li>
  10. <h2><a href="https://embedthis.com/goahead/download.html">Download</a></h2>
  11. <p>First download GoAhead to your system. You can download a binary package from
  12. <a href="https://embedthis.com/goahead/download.html">https://embedthis.com/goahead/download.html</a>.</p>
  13. </li>
  14. <li>
  15. <h2><a href="source.html">Building</a></h2>
  16. <p>Compile GoAhead on your system by following the
  17. <a href="source.html">Building from Source</a> Instructions.</p>
  18. </li><!--
  19. <li>
  20. <h2><a href="tour.html">Quick Tour</a></h2>
  21. <p>Take the <a href="tour.html">GoAhead Tour</a>. This will give you a quick overview of GoAhead and
  22. how to use it.</p>
  23. </li>
  24. -->
  25. <li>
  26. <h2><a href="../">Read the doc</a></h2>
  27. <p>There is a wealth of documentation to read. Try the <a href="../users/">User's
  28. Guide</a> and <a href="../developers/">Developer's Guide</a> first.</p>
  29. </li>
  30. </ol>