Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.cmd

Store 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**