Difference between revisions of "Vapor"

From Coder Merlin
(Updated to dynamic library)
m (Added hint for vapor)
Line 9: Line 9:


The server will then answer at https://www.codermerlin.com/vapor/(user-name)/
The server will then answer 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. (has something to do with semantics, see more [https://stackoverflow.com/a/5949201/15982771 here]}}

Revision as of 22:57, 13 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 will then answer 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. (has something to do with semantics, see more here