Skip to content

Commit 899e40d

Browse files
committed
add more intro slides, update installation instructions for VM
1 parent 7e7832e commit 899e40d

2 files changed

Lines changed: 17 additions & 2 deletions

File tree

course_intro.pptx

414 KB
Binary file not shown.

install/vbox_installer.sh

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#!/usr/bin/env bash
2-
# PyCam lubuntu LTS 14.04 VirtualBox installer based on lubuntu-14.04.2-desktop-i386
2+
# lubuntu LTS 14.04 VirtualBox installer based on lubuntu-14.04.2-desktop-i386
3+
# computer name: crukci-training-vm; user: training; password: admin123
34

45
sudo su -
56
apt-get install gedit
@@ -16,14 +17,28 @@ apt-get install ncbi-blast+
1617
cd /media/training/VBOXADDITIONS_4.3.26_98988
1718
sudo ./VBoxLinuxAdditions.run
1819

20+
# To increase screen resolution
21+
# Start > Preferences > Additional Drivers: Using x86 virtualization solution... and click Apply Changes
22+
# Then Start > Preferences > Monitor Settings and select 1440x1050 and click Save and Apply
23+
1924
pip install ipython[notebook]
2025

2126
apt-get autoremove
2227
apt-get clean
28+
29+
30+
adduser pycam # password: pycam123
31+
2332
exit
2433

34+
# login as pycam --------------------------------------------------------------
35+
2536
git clone https://github.com/pycam/python-intro.git course
2637

2738
# Add ipython at startup from lubuntu menu do to...
2839
# Preferences > Default applications for LXSession then tab Autostart and add:
29-
# /usr/local/bin/ipython notebook --no-browser --port=8888 --ip=127.0.0.1 /home/training/course/
40+
# /usr/local/bin/ipython notebook --no-browser --port=8888 --ip=127.0.0.1 /home/pycam/course/
41+
42+
# Add bookmarks into firefox: (1) pycam.github.io (2) 127.0.0.1:8888
43+
44+

0 commit comments

Comments
 (0)