Difference between revisions of "Vapor"

From Coder Merlin
(Updated to dynamic library)
m (Editorial review and minor corrections)
 
(3 intermediate revisions by one other user not shown)
Line 8: Line 8:
{{ConsoleLine|john-williams@codermerlin:~$ |run}}
{{ConsoleLine|john-williams@codermerlin:~$ |run}}


The server will then answer at https://www.codermerlin.com/vapor/(user-name)/
The server then answers at https://www.codermerlin.com/vapor/(user-name)/.
 
{{Hint|If the page doesn't load, you might be forgetting a slash at the end! This is a common problem. (It has something to do with semantics. See more at [https://stackoverflow.com/a/5949201/15982771 Stackoverflow])}}

Latest revision as of 11:25, 21 April 2024

Within these castle walls be forged Mavens of Computer Science ...
— Merlin, The Coder

Getting Started[edit]

john-williams@codermerlin:~$  git clone https://github.com/TheCoderMerlin/VaporShell

Building[edit]

john-williams@codermerlin:~$  build

Run[edit]

john-williams@codermerlin:~$  run

The server then answers at https://www.codermerlin.com/vapor/(user-name)/.

Hint.pngHelpful Hint
If the page doesn't load, you might be forgetting a slash at the end! This is a common problem. (It has something to do with semantics. See more at Stackoverflow)