Questions tagged [webfaction]

Webfaction is a hosting company which offers managed shared or dedicated servers.

Webfaction is an hosting company which offers managed shared or dedicated servers. A very popular feature is the one-click installer for various web frameworks (django, ruby et al.) and services (wordpress, drupal et al.) . Their services are based on SoftLayer's data centers in US, Amsterdam and Singapore.

209 questions
1
vote
1 answer

Sending CSV file with SFTP in swift

I have a server hosted with webfaction that I would like to be able to send a csv file to from my app with FTP or SFTP. I have found many libraries that should help like ConnectionKit, NMSSH, DLSFPT, and LxFTPRequest. However, all of them are in…
SwiftIntern
  • 61
  • 1
  • 8
1
vote
1 answer

how to integrate a django project to a cloud storage

I have a running Django application running on webfaction server. I want to integrate my django project with a cloud storage system. How can I Integrate that ? Here is the detail about my app: It is an erp software in django. It has a app named…
Niya Simon C
  • 279
  • 2
  • 4
  • 10
1
vote
1 answer

Recover deleted Django migrations

On my production server I accidentally deleted my migrations directory in one of my apps. Multiple people work on the app, so at the time of making the app, what we did was push up our model changes without making any migrations locally, and than…
TJB
  • 3,706
  • 9
  • 51
  • 102
1
vote
2 answers

How do I add directories to PATH?

Long story made short, I am trying to issue myself an SSL certificate using LetsEncrypt, and have recently installed rbenv to make this process easier. After installing rbenv, I check to see if everything checks out using curl -fsSL…
TJB
  • 3,706
  • 9
  • 51
  • 102
1
vote
1 answer

multiple django projects on one application in webfaction

I am using a webfaction server and i am new to the server side. Now i had three django projects with three domains and one application in webfaction. So is any way that i can run three django projects with three different domains in one…
1
vote
0 answers

Could not find PyAudio check installation Error

I am trying to go live with my project and I am using PyAudio in it. I know that pyaudio requires port audio and it needs to be installed. All the requirements have been installed and pyaudio also installs successfully but when I try to execute the…
indexOutOfBounds
  • 541
  • 7
  • 27
1
vote
1 answer

Install django on webfaction

I am trying to install django on Webfaction, and i have one all the steps like in the tutorial here: http://wiki.osqa.net/display/docs/Installing+OSQA+on+WebFaction But when i am trying to synchronyse the database, if i enter python2.5 manage.py…
dana
  • 5,168
  • 20
  • 75
  • 116
1
vote
1 answer

django email username and password

I'm implementing a contact form for one of my sites. One thing I'm not sure I understand completely is why you need EMAIL_HOST_USER and EMAIL_HOST_PASSWORD. The user would only need to provide his/her email address, so what is the EMAIL_HOST_USER…
john
  • 3,949
  • 7
  • 34
  • 56
1
vote
1 answer

Python Falcon on Webfaction

I'm trying to get Falcon up and running on Webfaction. I'm not exactly a network guru, so I'm having a tough time wrapping my head around how these applications are served. My Webfaction App is set up as mod_wsgi 4.5.3/Python 2.7 To my…
Alpinestar22
  • 553
  • 2
  • 9
  • 20
1
vote
1 answer

Gulp to connect server on production

I'm trying to add my angular project to production with webfaction. However I'm not sure how to do it as there isn't really any documentation with webfaction regarding gulp and angular. I understand that theres a difference between development and…
Modelesq
  • 5,192
  • 20
  • 61
  • 88
1
vote
0 answers

django-compressor path issue

All, I am using django-compressor and it is working for my development environment (pure Django) but not my production environment (Django under Apache, hosted by WebFaction). Here are the relevant details: settings.py: STATIC_ROOT =…
trubliphone
  • 4,132
  • 3
  • 42
  • 66
1
vote
1 answer

PhpStorm Deployment Mappings: Deployment Path and Web Path

I'm trying to set up deployment to a Webfaction server. Preferences>Build, Execution, Deployment>Deployment>Mappings: Should both Deployment Path and Web Path point to the /home/user/webapps/'my_webapp' directory?
brt
  • 154
  • 1
  • 2
  • 12
1
vote
1 answer

Swampdragon - Issues when deploying in webfaction

I have installed swampdragon in webfaction. According to webfaction documentation (https://docs.webfaction.com/software/custom.html?highlight=custom#creating-a-custom-application) to use port I have to create a custom application. created custom…
Wickkiey
  • 4,446
  • 2
  • 39
  • 46
1
vote
1 answer

Pip won't install newest version of Django (using virtualenv)

I'm trying out virtualenv for my django projects and I'm running into some hiccups. Using a webfaction account. Right now I've got a virtualenv set up and I'm trying to install Django 1.8.2, but when I enter "pip install Django" OR "pip install…
Matt Payne
  • 198
  • 4
  • 15
1
vote
1 answer

SSL certificates for a Node.Js / Express app in Webfaction?

I'm running my express / node.js app on a webfaction server and want to install the SSL certificates I received from Comodo... I usually self-generated two files - private and public - on my local server, but for my site I generated external ones…
Aerodynamika
  • 7,883
  • 16
  • 78
  • 137