Installation instructions » History » Version 6
Ohad Levy, 03/17/2011 02:43 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 | 5 | Ohad Levy | You can get a the stable rpm "Here":http://yum.theforeman.org/stable/RPMS/ |
13 | 1 | Ohad Levy | |
14 | 2 | Jochen Schalanda | h2. Configuration file |
15 | 1 | Ohad Levy | |
16 | 6 | Ohad Levy | Usually can be found at /etc/foreman-proxy/settings.yml or on the config/settings.yml subdirectory. |
17 | 3 | Jochen Schalanda | You can use the @settings.yml.example@ file inside the @config@ directory as a template for your own [[settings.yml]]. |
18 | 1 | Ohad Levy | |
19 | 2 | Jochen Schalanda | If you don't plan to use one of the subsystems, please disable them in this configuration file. |
20 | 1 | Ohad Levy | |
21 | |||
22 | 2 | Jochen Schalanda | h2. Start the daemon |
23 | 1 | Ohad Levy | |
24 | until a service file will be created simply execute |
||
25 | <pre> |
||
26 | bin/smart-proxy.rb |
||
27 | </pre> |