index.html 8.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <title>Getting Started</title>
  5. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  6. <meta charset="utf-8">
  7. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  8. <meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1">
  9. <meta name="description" content="GoAhead web server">
  10. <link href='https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700|Open+Sans:300italic,400,300,700' rel='stylesheet' type='text/css'>
  11. <link href='https://fonts.googleapis.com/css?family=Julius+Sans+One' rel='stylesheet' type='text/css'>
  12. <link href="/goahead/doc/start/" rel="canonical">
  13. <link href="../images/favicon.ico" rel="shortcut icon">
  14. <link href="../lib/semantic-ui/semantic.min.css" rel="stylesheet" type="text/css">
  15. <link href="../css/all.min.css" rel="stylesheet" type="text/css">
  16. <link href="../css/api.min.css" rel="stylesheet" type="text/css">
  17. </head>
  18. <body class="show-sidebar">
  19. <div class="sidebar">
  20. <div class="ui large left vertical inverted labeled menu">
  21. <div class="item">
  22. <a href="../" class="logo">GoAhead Docs</a>
  23. </div>
  24. <div class="item">
  25. <a href="../">
  26. <b>General</b>
  27. </a>
  28. <div class="menu">
  29. <a class="item" href="../">GoAhead Overview</a>
  30. <a class="item" href="../users/features.html">GoAhead Features</a>
  31. <a class="item" href="https://embedthis.com/goahead/download.html">Download</a>
  32. <a class="item" href="../licensing/">Licensing</a>
  33. </div>
  34. </div>
  35. <div class="item">
  36. <a href="../start/">
  37. <b>Getting Started</b>
  38. </a>
  39. <div class="menu">
  40. <a class="item" href="../start/quick.html">Quick Start</a>
  41. <a class="item" href="../start/installing.html">Installing GoAhead</a>
  42. <a class="item" href="../start/running.html">Running GoAhead</a>
  43. <a class="item" href="../start/releaseNotes.html">Release Notes</a>
  44. <a class="item" href="../start/faq.html">GoAhead FAQ</a>
  45. <a class="item" href="../start/source.html">Building from Source</a>
  46. </div>
  47. </div>
  48. <div class="item">
  49. <a href="../users/"><b>User's Guide</b></a>
  50. <div class="menu">
  51. <a class="item" href="../users/ports.html">Ports and Binding</a>
  52. <a class="item" href="../users/routing.html">Routing Requests</a>
  53. <a class="item" href="../users/handlers.html">Request Handlers</a>
  54. <a class="item" href="../users/js.html">Embedded Javascript</a>
  55. <a class="item" href="../users/jst.html">Javascript Templates</a>
  56. <a class="item" href="../users/goactions.html">GoActions</a>
  57. <a class="item" href="../users/cgi.html">CGI Programs</a>
  58. <a class="item" href="../users/authentication.html">User Authentication</a>
  59. <a class="item" href="../users/logFiles.html">Log Files</a>
  60. <a class="item" href="../users/ssl.html">Secure Sockets (SSL)</a>
  61. <a class="item" href="../users/security.html">Security Considerations</a>
  62. <a class="item" href="../users/man.html">Man Pages</a>
  63. </div>
  64. </div>
  65. <div class="item">
  66. <a href="../developers/">Developer's Guide</a>
  67. <div class="menu">
  68. <a class="item" href="../developers/embedding.html">Embedding GoAhead</a>
  69. <a class="item" href="../developers/handlers.html">Creating GoAhead Handlers</a>
  70. <a class="item" href="../developers/authstore.html">Creating Password Verifiers</a>
  71. <a class="item" href="../developers/migrating.html">Migrating to GoAhead 3/4</a>
  72. <a class="item" href="../developers/rom.html">Serving Pages from ROM</a>
  73. </div>
  74. </div>
  75. <div class="item">
  76. <a href="../ref/">Reference Guide</a>
  77. <div class="menu">
  78. <a class="item" href="../ref/compatibility.html">Compatibility</a>
  79. <a class="item" href="../ref/native.html">API Library</a>
  80. <a class="item" href="../ref/architecture.html">GoAhead Architecture</a>
  81. <a class="item" href="../standards/http.html">HTTP References</a>
  82. </div>
  83. </div>
  84. <div class="item">
  85. <a href="../developers/project.html">Project Resources</a>
  86. <div class="menu">
  87. <a class="item" href="https://embedthis.com/blog/categories/GoAhead/">GoAhead News</a>
  88. <a class="item" href="https://embedthis.com/goahead/">GoAhead Web Site</a>
  89. <a class="item" href="https://github.com/embedthis/goahead">Source Code Repository</a>
  90. <a class="item" href="https://github.com/embedthis/goahead/issues/99">GoAhead Security Alerts</a>
  91. <a class="item" href="https://github.com/embedthis/goahead/issues">Project Issue Database</a>
  92. <a class="item" href="https://github.com/embedthis/goahead/releases">Change Log</a>
  93. <a class="item" href="https://github.com/embedthis/goahead/milestones">Roadmap</a>
  94. <a class="item" href="https://embedthis.com/developers/contributors.html">Contributors Agreement</a>
  95. </div>
  96. </div>
  97. <div class="item">
  98. <b>Links</b>
  99. <div class="menu">
  100. <a class="item" href="https://embedthis.com/">Embedthis Web Site</a>
  101. <a class="item" href="https://embedthis.com/blog/">Embedthis Blog</a>
  102. <a class="item" href="http://twitter.com/embedthat">Twitter</a>
  103. </div>
  104. </div>
  105. </div>
  106. </div>
  107. <div class="ui inverted masthead">
  108. <div class="ui fixed inverted menu">
  109. <div class="ui sidebar-launch button">
  110. <i class="icon list layout"></i>
  111. </div>
  112. <div class="right menu">
  113. <a class="item" href="https://embedthis.com/">Embedthis</a>
  114. <a class="item" href="https://embedthis.com/goahead/">GoAhead Site</a>
  115. <span class="desktop-only">
  116. <a class="item" href="https://embedthis.com/blog/categories/GoAhead/">GoAhead News</a>
  117. <a class="item" href="https://github.com/embedthis/goahead">Repository</a>
  118. <a class="item" href="https://embedthis.com/blog/">Blog</a>
  119. <a class="item" href="https://twitter.com/embedthat">Twitter</a>
  120. </span>
  121. </div>
  122. </div>
  123. <div class="ui breadcrumb">
  124. <a class="section" href="../">Home</a>
  125. </div>
  126. <iframe class="version desktop-only" src="../version.html"></iframe>
  127. </div>
  128. <div class="content">
  129. <h1>Getting Started</h1>
  130. <p>To get going quickly with GoAhead, read the <a href="quick.html">Quick Start</a> Guide.</p>
  131. <p>We suggest that you read the following sections from the User Guide.</p>
  132. <table title="sections" class="ui table segment">
  133. <thead>
  134. <tr>
  135. <th>Topic</th>
  136. <th>Description</th>
  137. </tr>
  138. </thead>
  139. <tbody>
  140. <tr>
  141. <td><a href="quick.html">Quick Start</a></td>
  142. <td>Essential steps to start using GoAhead.</td>
  143. </tr>
  144. <tr>
  145. <td><a href="faq.html">FAQ</a></td>
  146. <td>Frequently asked questions about GoAhead.</td>
  147. </tr>
  148. <tr>
  149. <td><a href="running.html">Running GoAhead</a></td>
  150. <td>How to start and stop goahead manually.</td>
  151. </tr>
  152. </tbody>
  153. </table>
  154. </div>
  155. <div class="terms ui basic center aligned segment">
  156. <p>&copy; Embedthis Software. All rights reserved.</p>
  157. </div>
  158. <script src="../lib/jquery/jquery.min.js"></script>
  159. <script src="../lib/semantic-ui/semantic.min.js"></script>
  160. <script src="../scripts/sidebar.min.js"></script>