Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jedie/bootdrqueue
Bootstrap for https://github.com/kaazoo/DrQueueIPython made with https://github.com/jedie/bootstrap_env
https://github.com/jedie/bootdrqueue
Last synced: 20 days ago
JSON representation
Bootstrap for https://github.com/kaazoo/DrQueueIPython made with https://github.com/jedie/bootstrap_env
- Host: GitHub
- URL: https://github.com/jedie/bootdrqueue
- Owner: jedie
- License: gpl-3.0
- Created: 2015-07-24T13:12:04.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-31T09:54:33.000Z (over 9 years ago)
- Last Synced: 2024-10-04T20:20:19.416Z (about 1 month ago)
- Language: Python
- Size: 1.25 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.creole
- License: LICENSE
Awesome Lists containing this project
README
= Bootstrap for DrQueueIPython
Python virtualenv bootstrap script for [[https://github.com/kaazoo/DrQueueIPython/|DrQueueIPython]]
Using [[https://github.com/jedie/bootstrap_env|bootstrap_env]] tool.== Boot under Linux
e.g.:
{{{
~$ wget https://raw.githubusercontent.com/jedie/BootDrQueue/master/boot_drqueue_env.py
~$ python2 boot_drqueue_env.py ~/DrQueue_env
~$ cd DrQueue_env/
~/DrQueue_env$ source bin/activate
...
}}}== Boot under Windows
==== prepare
Currently the DrQueue will be installed with pip as a editable from git repository.
So you need **git** under windows :(You can install git for windows with: https://msysgit.github.io/
and choose in the installer: **Use Git from the Windows Command Prompt** (So that the **git** command is available via **PATH**)**DrQueueIPython** is currently only Python 2 compatible. So install Python 2.7.x before start.
==== boot
Download these following two file:
* https://raw.githubusercontent.com/jedie/BootDrQueue/master/boot_drqueue_env.py
* https://raw.githubusercontent.com/jedie/BootDrQueue/master/boot_drqueue_env.cmdStore them in the same direcotry, somewhere.
Edit **boot_drqueue_env.cmd** for your needs and start it.The default **.cmd** batch file will:
* use **C:\Python27\python.exe**
* create env there: **%APPDATA%\DrQueue_env\** (Will result in something like: **C:\Users\//YourUserName//\AppData\Roaming\DrQueue_env\**)== Developer info
To update bootstrap file call: **/bootstrap/create_bootstrap_file.py**