Search found 7 matches

by Moggle
Fri Jan 27, 2017 12:45 pm
Forum: Webhosting
Topic: Let's Encrypt Support
Replies: 13
Views: 4412

Let's Encrypt Support

Hi there, Any updates on the status of nfoservers supporting Let's Encrypt? I heard there were plans for this, and the last post I saw was from October saying you were working on it. Any ideas on a timeframe for when it might be supported? Not asking for a guaranteed date or anything, just curious. ...
by Moggle
Thu Apr 04, 2013 9:07 pm
Forum: Webhosting
Topic: Sending Email
Replies: 1
Views: 729

Sending Email

I've set up a wiki (Wikimedia to be exact) and it won't send any emails. The built-in PHP mail() function is likely not working, and to send through an actual email account I have set up requires Mail and Net_SMTP to be installed through pear. I tried to install those by SSHing into the server, but ...
by Moggle
Wed Sep 21, 2011 7:25 pm
Forum: Webhosting
Topic: Ruby on Rails
Replies: 6
Views: 2486

Re: Ruby on Rails

Alright, the edit button disappearing after like 2 minutes is very annoying. ANYWAYS, the solution I posted worked. I just made a huge booboo because I'm an idiot! If you want a gem, you have to install it to your local dir. Use: gem install mysql --install-dir ~/.gem/ruby/1.8 and things should star...
by Moggle
Wed Sep 21, 2011 7:08 pm
Forum: Webhosting
Topic: Ruby on Rails
Replies: 6
Views: 2486

Re: Ruby on Rails

Alright, so from what I've found out: There's a .gem folder for each user. Which is great. I can use gem install mysql --install-dir /usr/www/slynet/.gem/ruby/1.8 with no problem! The issue is that rake apparently won't check that folder for the gem. Sorry for a triplepost, the edit button is curren...
by Moggle
Wed Sep 21, 2011 6:46 pm
Forum: Webhosting
Topic: Ruby on Rails
Replies: 6
Views: 2486

Re: Ruby on Rails

Hate to double post, but there seems to be a problem with using databases. slynet@hosted3 ~ $ cd ror_apps/charsheets slynet@hosted3 ~/ror_apps/charsheets $ rake db:create:all (in /usr/www/slynet/ror_apps/charsheets) rake aborted! no such file to load -- sqlite3 slynet@hosted3 ~/ror_apps/charsheets $...
by Moggle
Wed Sep 21, 2011 10:24 am
Forum: Webhosting
Topic: Ruby on Rails
Replies: 6
Views: 2486

Re: Ruby on Rails

Thank you very much!
by Moggle
Tue Sep 20, 2011 7:09 pm
Forum: Webhosting
Topic: Ruby on Rails
Replies: 6
Views: 2486

Ruby on Rails

Hey, just a question about deploying Ruby on Rails apps. Apparently you use mod_rails for RoR support. This seems great, except that it appears that I need to edit the httpd.conf file in order to add apps, and given that this is shared webhosting, something tells me that's probably not the best idea...