[GH-ISSUE #77] Is there a guide to install on VPS/server? #52

Open
opened 2026-02-27 23:18:40 +03:00 by kerem · 1 comment
Owner

Originally created by @ferritopia on GitHub (Oct 30, 2020).
Original GitHub issue: https://github.com/snibox/snibox/issues/77

I am having problem during installation to my VPS, I cannot access is from neither IP address nor domain name. I followed documentation for Ubuntu, but I guess that's for personal computer and not for server. I works on my computer tho, but not on my VPS.

P.S I have zero knowledge of coding.
Help?

Originally created by @ferritopia on GitHub (Oct 30, 2020). Original GitHub issue: https://github.com/snibox/snibox/issues/77 I am having problem during installation to my VPS, I cannot access is from neither IP address nor domain name. I followed documentation for Ubuntu, but I guess that's for personal computer and not for server. I works on my computer tho, but not on my VPS. P.S I have zero knowledge of coding. Help?
Author
Owner

@piv-pav commented on GitHub (Jan 15, 2021):

I don't think this is the place to discuss the way to install Ruby on Rails application, as your issue is general RoR question, not a project specific, however the easiest way on my taste would be using docker images snibox/snibox or snowmean/snibox-sqlite in case if you don't want to use PostgreSQL\MariaDB.

mkdir ~/snibox-db
docker run -d -p 80:3000 -v ~/snibox-db:/app/db/database snowmean/snibox-sqlite
<!-- gh-comment-id:761184582 --> @piv-pav commented on GitHub (Jan 15, 2021): I don't think this is the place to discuss the way to install Ruby on Rails application, as your issue is general RoR question, not a project specific, however the easiest way on my taste would be using docker images [snibox/snibox](https://hub.docker.com/r/snibox/snibox) or [snowmean/snibox-sqlite](https://hub.docker.com/repository/docker/snowmean/snibox-sqlite) in case if you don't want to use PostgreSQL\MariaDB. ``` mkdir ~/snibox-db docker run -d -p 80:3000 -v ~/snibox-db:/app/db/database snowmean/snibox-sqlite ```
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/snibox#52
No description provided.