this post was submitted on 25 Jun 2023
454 points (95.8% liked)

Memes

45187 readers
1441 users here now

Rules:

  1. Be civil and nice.
  2. Try not to excessively repost, as a rule of thumb, wait at least 2 months to do it if you have to.

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] SnowBunting@lemmy.ml 2 points 1 year ago (1 children)

How hard would you say it is for a non-programmer to set up their own instance?

[โ€“] dandroid@dandroid.app 1 points 1 year ago

Now that most of the issues are resolved, I would say none of it is really an issue you would need to be a programmer to resolve. More that you would need to have experience setting up websites.

I also set mine up manually. There are a half a dozen or so different scripts that will set it up for you, including an official one here. I generally don't feel comfortable running scripts on my server, so I avoid this if possible. But if you don't have anything else on your server that you're afraid it will fuck up, this is probably the easiest way to do it. You're basically installing one command line program, on your laptop, then running the script. You'll just need WSL2 on your laptop, be comfortable with CLI, and know how to git clone a repository. All that stuff can be easily googled.