Noah Quanrud

my-setup-process (remoteserver)

Blog

Me Setting Up My Remote Server

1. Background

I had created a remote server in the past but ended up crashing it and for the most part putting it on hold until I figured out what went wrong and how to fix it. If interested in setting up a remote server using follow this link: Remote Server Guide.

2. Initial Roadblock

initial-error
The address that I planned on using was already in use.

3. Fix Error and Attachtty

fix-error&attachtty
I first removed the socket, then used detachtty to recreate the socket, then lastly connected to the socket using attachtty.

4. Setting Up Quicklisp and Swank

quicklisp&swank
I first removed the socket, then used detachtty to recreate the socket, then lastly connected to the socket using attachtty.

5. Creating the Server

Swank-Server
Created the server using swank:create-server.

6. Exiting SBCL

Exit
Exited using "control" + "\".

8. Summary Image

Summary
Summary of the steps above.