28 July ‘14

I talked to Sheila about getting the app up and running on a server. She’s helping me by writing fabric scripts to automate the process (something I am completely unfamiliar with). She gave me the link to a helpful blogpost for deploying a django project for the first time. It can be found here.

 
0
Kudos
 
0
Kudos

Now read this

1 Aug ‘14

Sheila setup a rackspace VM for me to deploy the Django app. It’s the first time I’m using (and learning) Fabric. Issues faced: VM freezed everytime I entered the password. Resolved by setting env.password string in fabric task. Jinja... Continue →