ssh <netid>@<vm-name>.vm.duke.edu
Please install in this order:
# Mainly for hw1 currently
sudo apt-get install gcc g++ make valgrind
sudo apt-get install emacs screen
sudo apt-get install postgresql
sudo apt-get install python python3-pip
sudo apt-get install libpq-dev
sudo pip3 install django psycopg2
# After installing django, you can try this command
$ django-admin --version
4.2.9
sudo apt-get install libssl-dev libxerces-c-dev libpqxx-dev
sudo apt-get install manpages-posix-dev
Then you can play around with Django Tutorial on your brand-new VM!
https://medium.com/@snggeng/deploying-production-servers-on-duke-vms-92d1c8b254d2