Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/toolforge/precise-tools
Mirror of https://phabricator.wikimedia.org/source/tool-precise-tools/
https://github.com/toolforge/precise-tools
mirror toolforge
Last synced: 8 days ago
JSON representation
Mirror of https://phabricator.wikimedia.org/source/tool-precise-tools/
- Host: GitHub
- URL: https://github.com/toolforge/precise-tools
- Owner: toolforge
- License: gpl-3.0
- Created: 2017-10-28T22:43:15.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-12-19T12:41:48.000Z (about 1 year ago)
- Last Synced: 2024-11-16T06:08:44.907Z (2 months ago)
- Topics: mirror, toolforge
- Language: Python
- Homepage: https://tools.wmflabs.org/precise-tools/
- Size: 108 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
precise-tools
=============List tools still running on Precise Open Grid Engine exec nodes.
Install
-------Clone repo and create basic files:
```
bastion$ become precise-tools
tools.precise-tools@bastion:~$ mkdir -p ~/www/python
tools.precise-tools@bastion:~$ git clone https://phabricator.wikimedia.org/source/tool-precise-tools.git ~/www/python/src
tools.precise-tools@bastion:~$ touch ~/redis-prefix.conf
tools.precise-tools@bastion:~$ chmod 600 ~/redis-prefix.conf
```
And edit `~/redis-prefix.conf` with a text editor.Create virtualenv inside kubernetes:
```
tools.precise-tools@bastion:~$ webservice --backend=kubernetes python2 shell
tools.precise-tools@interactive:~$ virtualenv ~/www/python/venv
tools.precise-tools@interactive:~$ source ~/www/python/venv/bin/activate
(venv)tools.precise-tools@interactive:~$ pip install -U pip
(venv)tools.precise-tools@interactive:~$ pip install -r ~/www/python/src/requirements.txt
```Back to bastion, start the webservice:
```
tools.precise-tools@bastion:~$ webservice --backend=kubernetes python2 start
```License
-------
[GNU GPLv3+](//www.gnu.org/copyleft/gpl.html "GNU GPLv3+")