JosiahMaybe
Gold Coder
I am trying to have StinomXE accessible to everyone. I am thinking use standard distribution methods. I expect I would outgrow GitHub so I am looking into how to run a git server because Swift and Go require that for their default package management. Rust and Ruby are different and provide hosting. Javascript and Kotlin I don't think have package managers. What should I do? This would all be for free open source no attribution needed stuff.
So far looks like I could host a git server on like my site, gugquettex.com, I could purchase an additional hosting for $48 a year, or I could try to find other git servers. I am comfortable with command line so that I can do. If I could just host it at gugquettex.com then great, I can get SSH access, but is that worth it? Looking for either free or cheap and currently files under 1MB to store but if things go well I could have some GBs. Like my server runs CloudLinuxOS, Apache server, and is shared hosting, I hear still possible.
Note that this is just for package managers, people can download StinomXE at gugquettex.com now in raw source code form and I will probably keep it that way. I mostly know how to install that git server, definitely will have to check with website hosting providers on this, having a current website complicates things. From what I can tell it is something like install git, make git user and group, make --bare repo, configure server for serving git stuff, push repo. X E.
So far looks like I could host a git server on like my site, gugquettex.com, I could purchase an additional hosting for $48 a year, or I could try to find other git servers. I am comfortable with command line so that I can do. If I could just host it at gugquettex.com then great, I can get SSH access, but is that worth it? Looking for either free or cheap and currently files under 1MB to store but if things go well I could have some GBs. Like my server runs CloudLinuxOS, Apache server, and is shared hosting, I hear still possible.
Note that this is just for package managers, people can download StinomXE at gugquettex.com now in raw source code form and I will probably keep it that way. I mostly know how to install that git server, definitely will have to check with website hosting providers on this, having a current website complicates things. From what I can tell it is something like install git, make git user and group, make --bare repo, configure server for serving git stuff, push repo. X E.