Jump to content

pedrovgp

Members
  • Posts

    4
  • Joined

  • Last visited

  • Days Won

    1

pedrovgp last won the day on August 5 2015

pedrovgp had the most liked content!

pedrovgp's Achievements

Newbie

Newbie (1/14)

1

Reputation

  1. Hi, I am trying to use git-ftp (with the following command: git ftp init --user user --passwd password sftp://mysite.heliohost.org:[sftp-port]/public_html/app -vv) and trying to connect through sftp to Johnny server, but I always get this error: * Failure initializing sftp session: Unable to request SFTP subsystem * Closing connection 0 curl: (2) Failure initializing sftp session: Unable to request SFTP subsystem Any ideias how this could be solved? Would it work in Stevie? Thanks!
  2. Hi, I am trying to deploy a Django App in Johnny, but it requires numpy. I tried to copy the numpy's source code into my public_folder and import it from there, but numpy is not supposed to be imported from the source tree, since it has some C libraries dependecies. Is it possible tha you would consider installing numpy and matplotlib in Johnny? I appreciate your attention. Best regards, Pedro
  3. OK, solved through editing .htaccess. The last line was RewriteRule ^(.*)$ my_app/dispatch.wsgi/$1 [QSA,PT,L] and I changed to RewriteRule ^(.*)$ dispatch.wsgi/$1 [QSA,PT,L] and moved dispatch to public_html folder.
  4. Hi, I am trying to deploy a Django app in Johnny. But when I access my_domain.heliohost.org/, I get "Internal Server Error". I have checked the ErrorLog at the first time (accessed through cPanel) and seen the following: " [Fri Mar 20 06:34:14 2015] [error] [client 200.148.44.244] File does not exist: /home/pedrovgp/public_html/404.shtml [Fri Mar 20 06:34:14 2015] [error] [client 200.148.44.244] File does not exist: /home/pedrovgp/public_html/favicon.ico [Fri Mar 20 06:34:14 2015] [error] [client 200.148.44.244] File does not exist: /home/pedrovgp/public_html/404.shtml [Fri Mar 20 06:34:14 2015] [error] [client 200.148.44.244] File does not exist: /home/pedrovgp/public_html/favicon.ico " I have added the above mentioned files, but I keep getting the same Error, and the ErrorLog shows me only those four messages, no matter how many times a try to access the url. I have followed instructions from HelioHost and from this url: http://www.thebrokendesk.com/post/deploying-a-django-site-to-heliohost/ I appreciate any help! Best regards, Pedro
×
×
  • Create New...