-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME
48 lines (36 loc) · 1.4 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
..... . . .....
:...: :. .: :...:
: : : : :
---- Hands-on service state management
for your development environments.
Synopsis
--------
Amp starts, stops, restarts and reloads configured services independent from
init.d or any other operating system specific service management daemon. Amp
is "hands-on" in that it lets you directly ("dirtily") add and manipulate
services and their options without needing to deal with elaborate syntaxes
of sophisticated service managment systems.
Copyright & License
-------------------
Amp is Copyright (c) 2012 David Persson if not otherwise stated.
The code is distributed under the terms of the MIT License. For
the full license text see the LICENSE file.
Versions & Requirements
-----------------------
0.5.0 (in progress)
The BASH (Bourne-Again SHell) is required. Amp is continously
tested with recent BASH versions on Darwin.
Installation
------------
1. Clone the repository or extract a downloaded archive, then switch
into the resulting directory.
2. Create the configuration directory:
$ mkdir $HOME/.amp
3. Install example service configurations:
$ cp -r contrib/services $HOME/.amp/
4. Install the command into your path:
$ cp amp.sh /usr/local/bin/
Example Services
----------------
You can find ready-to-use service configurations in the
"contrib/services" subdirectory.