this post was submitted on 25 Aug 2021
16 points (90.0% liked)

Asklemmy

44847 readers
1149 users here now

A loosely moderated place to ask open-ended questions

Search asklemmy ๐Ÿ”

If your post meets the following criteria, it's welcome here!

  1. Open-ended question
  2. Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
  3. Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
  4. Not ad nauseam inducing: please make sure it is a question that would be new to most members
  5. An actual topic of discussion

Looking for support?

Looking for a community?

~Icon~ ~by~ ~@Double_[email protected]~

founded 5 years ago
MODERATORS
 

I'm not into these cloud and docker stuff. i have limited knowledge of installing software on VPS. i have installed discourse on digitalocean successfully, it was simple even with docker presence.

Is there any type of resources that explains the installation process step by step for beginner people like me?

top 12 comments
sorted by: hot top controversial new old
[โ€“] [email protected] 8 points 3 years ago* (last edited 3 years ago) (2 children)

I just did this the other month. Start with https://join-lemmy.org/docs/en/administration/install_docker.html and https://join-lemmy.org/docs/en/administration/configuration.html. Feel free to message me if you need help. I don't know of any exact step-by-step guide for it though.

I personally have a $5 per month Ubuntu server running my instance that I originally used to do the Linux upskill challenge

[โ€“] [email protected] 6 points 3 years ago* (last edited 3 years ago)

If you see any way that the documentation could be improved, then we are very happy about a pull request :)

And of course we can also answer questions if anything is unclear.

[โ€“] [email protected] 3 points 3 years ago (1 children)

Thank you so much, i just need to now which ubuntu version i must use during the server setup.

[โ€“] [email protected] 4 points 3 years ago (1 children)

Digital Ocean gives you the option to simply spin up Ubuntu 20.04 with one click. That's what I did. If you're not familiar with Linux I highly recommend going through the Linux upskill challenge. They go over the basics and have you set up a firewall.

Make sure your port 443 is open when you get TLS set up. I spent an entire day troubleshooting why my site wouldn't get served to find out port 443 was appearing as filtered instead of open.

[โ€“] [email protected] 3 points 3 years ago

Thanks for your advise, i'm not going to production directly, i will do some testes for 2 weeks. after that i will launch for the public. the good thing is, that this community is very helpful. so i have no fears. also, i will go through the upskill challenge.

[โ€“] [email protected] 6 points 3 years ago (1 children)

Follow this ansible install guide.. It sets up everything for you: lemmy and all its necessary services, letsencrypt, email, etc.

[โ€“] [email protected] 4 points 3 years ago* (last edited 3 years ago) (1 children)

I will have a look on it. Any plans to put lemmy on Digitalocean marketplace, that way the users can go with one click setup?

[โ€“] [email protected] 3 points 3 years ago

Someone else could do that, there are too many providers that have one click setups for us to take care of ourselves.