https://github.com/cameronraysmith/sep
https://github.com/cameronraysmith/sep
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cameronraysmith/sep
- Owner: cameronraysmith
- Created: 2013-03-14T22:17:26.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2015-06-09T02:33:59.000Z (almost 11 years ago)
- Last Synced: 2025-02-04T17:58:04.124Z (about 1 year ago)
- Language: TeX
- Size: 26.1 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A copy of this repository can be downloaded following installation of [git][git] by running:
```
~/$ git clone git@github.com:cameronraysmith/sep.git
~/$ cd sep
~/sep [master] $
```
### Ubuntu
Use of the virtual machine requires [VirtualBox][vbox] (including the extension pack) and [Vagrant][vagrant]. These prerequisites can be installed in Ubuntu 12.04 by running the script `bootstraplocal.sh`. The virtual machine can then be provisioned and booted by running `vagrant up` in the root directory of this repository.
```
~/sep [master] $ ./bootstraplocal.sh && vagrant up
```
...this will take some time (about 30 minutes) and 3GB of hard drive space...
```
~/sep [master] $ vagrant ssh
(sep)vagrant@precise64:/opt/sep$ cd code/python/
(sep)vagrant@precise64:/opt/sep/code/python$ python runfourgraphs.py
```
### Mac OSX
Use of the virtual machine requires [VirtualBox][vbox] (including the extension pack) and [Vagrant][vagrant]. These prerequisites can be installed manually from the links given above. The virtual machine can then be provisioned and booted by running `vagrant up` in the root directory of this repository.
```
~/sep [master] $ vagrant up
```
...this will take some time (about 30 minutes) and 3GB of hard drive space...
```
~/sep [master] $ vagrant ssh
(sep)vagrant@precise64:/opt/sep$ cd code/python/
(sep)vagrant@precise64:/opt/sep/code/python$ python runfourgraphs.py
```
### Windows
Use of the virtual machine requires [VirtualBox][vbox] (including the extension pack) and [Vagrant][vagrant]. These prerequisites can be installed manually from the links given above. The virtual machine can then be provisioned and booted by running `vagrant up` in the root directory of this repository.
```
C:\sep [master] $ vagrant up
```
...this will take some time (about 30 minutes) and 3GB of hard drive space...
```
C:\sep [master] $ vagrant ssh
(sep)vagrant@precise64:/opt/sep$ cd code/python/
(sep)vagrant@precise64:/opt/sep/code/python$ python runfourgraphs.py
```
[git]: http://git-scm.com/downloads
[vbox]: https://www.virtualbox.org/wiki/Downloads
[vagrant]: http://www.vagrantup.com/downloads.html