Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fleshgrinder/opentracker-compile
Shell script for compiling latest Opentracker from source.
https://github.com/fleshgrinder/opentracker-compile
Last synced: 24 days ago
JSON representation
Shell script for compiling latest Opentracker from source.
- Host: GitHub
- URL: https://github.com/fleshgrinder/opentracker-compile
- Owner: Fleshgrinder
- License: unlicense
- Created: 2015-01-25T14:44:25.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-07T19:48:39.000Z (almost 9 years ago)
- Last Synced: 2024-04-15T06:46:47.329Z (7 months ago)
- Language: Shell
- Homepage: https://erdgeist.org/arts/software/opentracker/
- Size: 9.77 KB
- Stars: 8
- Watchers: 2
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Opentracker Compile
Shell script for compiling latest [opentracker](https://erdgeist.org/arts/software/opentracker/) from source.## Install
```shell
cd /usr/local/src
git clone https://github.com/Fleshgrinder/opentracker-compile.git
sh opentracker-compile/compile.sh
```## Usage
A [Linux Standard Base (LSB)](http://www.linuxfoundation.org/collaborate/workgroups/lsb) compliant [SysVinit]
(http://freecode.com/projects/sysvinit) script is included and automatically installed in `/etc/init.d` for you. It
also adds the tracker to the start-up of your server (if you do not want that, issue `update-rc.d opentracker remove`
after installation).You can control the tracker via the `service` command or by directly invoking the shell script in `/etc/init.d`; what
you like best. Your shell will have auto-completion for the various keywords that are available, for instance if you
type `service opentracker res` just hit tab for auto-completion.```shell
service opentracker force-reload
service opentracker reload
service opentracker restart
service opentracker start
service opentracker status
service opentracker stop
```## License
> This is free and unencumbered software released into the public domain.
>
> For more information, please refer to