Install Anaconda on Ubuntu 14.04
Installation of Anaconda on Ubuntu 14.04.
Installation of Anaconda on Ubuntu 14.04.
Save the database on the old server.
(oldenv)jitsejan@oldvps:/opt/oldenv/django_project$ sudo python manage.py dumpdata blog > blog.json
Load the data on the new server. Make sure the models for both blogs are identical.
(env)jitsejan@jjsvps:/opt/env/django_project$ sudo python manage.py loaddata blog.json
A description of the steps needed to get Django working on Ubuntu 14.04.
These are the steps needed to get Jira working on Ubuntu 14.04.
These are the steps needed to get Docker working on Ubuntu 14.04. I have tested these steps on a Digital Ocean droplet.
Installing LXML on a DigitalOcean droplet is tricky because of the small amount of memory.
A short summary of my first experience with Elasticsearch.
A short summary of my first attempts to start with data science.
Run this command in the terminal to add a spacer
jitsejan@MBP $ defaults write com.apple.dock persistent-apps -array-add '{tile-data={}; tile-type="spacer-tile";}'
and restart the dock by running
jitsejan@MBP $ killall Dock
A short description of how to set up an instance at AWS EC