Difference between revisions of "User:Gordon/Optical Drive Testing Script/scratchpad"
Jump to navigation
Jump to search
| Line 31: | Line 31: | ||
# <code>cd src</code> | # <code>cd src</code> | ||
# <code>hg clone http://bitbucket.org/gmfreegeek/lazers/</code> | # <code>hg clone http://bitbucket.org/gmfreegeek/lazers/</code> | ||
| + | |||
| + | ==Optical drive examination procedure== | ||
Revision as of 14:46, 3 January 2010
- http://club.myce.com/f34/dvd-rw-multisession-questions-306321/
- http://club.myce.com/f33/best-media-optical-drive-testing-306320/
- http://club.myce.com/f52/uniquely-iding-optical-discs-306323/
- http://fy.chalmers.se/~appro/linux/DVD+RW/
Dependencies
Ubuntu
- python-setuptools (?)
- python-virtualenv
- python-pip
- mercurial (won't be needed for a dpkg dependency, most likely)
- dvd+rw-tools (probably)
Python
(Hopefully) see pip-requirements.txt once the project is closer to completion, and automatically install all these with pip.
Development installation
- Install all Ubuntu dependencies
- cd to the dir where you want the virtualenv containing the code to live.
virtualenv --no-site-packages lazerscd lazers. bin/activatepip install -E . yolk(optional, but useful)pip install -E . cmdlnpip install -E . nose(if you want to run the tests)mkdir srccd srchg clone http://bitbucket.org/gmfreegeek/lazers/