Project

General

Profile

Installation instructions » History » Version 4

Ohad Levy, 02/08/2011 01:45 PM

1 1 Ohad Levy
h1. Installation instructions
2
3 2 Jochen Schalanda
h2. Source code
4 1 Ohad Levy
5 2 Jochen Schalanda
You can get the latest stable code from "GitHub":https://github.com/ohadlevy/smart-proxy ("via git":git://github.com/ohadlevy/smart-proxy.git).
6
<pre>
7
git clone git://github.com/ohadlevy/smart-proxy.git
8
</pre>
9 1 Ohad Levy
10 4 Ohad Levy
h2. RPM
11
12
You can get a test rpm "Here":http://yum.theforeman.org/test/RPMS/
13 1 Ohad Levy
14 2 Jochen Schalanda
h2. Configuration file
15 1 Ohad Levy
16 3 Jochen Schalanda
You can use the @settings.yml.example@ file inside the @config@ directory as a template for your own [[settings.yml]].
17 1 Ohad Levy
18 2 Jochen Schalanda
If you don't plan to use one of the subsystems, please disable them in this configuration file.
19 1 Ohad Levy
20
21 2 Jochen Schalanda
h2. Start the daemon
22 1 Ohad Levy
23
until a service file will be created simply execute
24
<pre>
25
bin/smart-proxy.rb
26
</pre>