forked from daphne-eu/daphne
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[DAPHNE-daphne-eu#531] Simplified GettingStarted.md.
- The guidelines on getting started (for users and developers) have grown over time and were not simple anymore. - Initially, we had a focus on native builds of DAPHNE; hence, the document starts by listing the dependencies etc. - However, meanwhile, the Docker containers have become the de-facto and simplest way to get started. - This commit simplifies getting started by prepending quickstart instructions for both users and developers to the beginning of the document, such that these are immediately found. - These are slightly simplified instructions that should work in most cases. - For all more complex cases, the original contents of the file is still present (with minor fixes), but under the headline of "Additional Details for Custom Setups". - The important information from Quickstart.md was merged into GettingStarted.md; thus, Quickstart.md could be removed (for a less fragmented documentation). - Furthermore, the example `hello-world.daph` was simplified to really only print "Hello World!"; everything else in this script was rather useless from today's point of view. - Closes daphne-eu#531.
- Loading branch information
Showing
5 changed files
with
196 additions
and
127 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
# Overview | ||
|
||
- [Quickstart](/doc/Quickstart.md) | ||
- [Getting Started](/doc/GettingStarted.md) | ||
|
||
## User Documentation | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters