Installation instructions » History » Revision 6
Revision 5 (Ohad Levy, 03/17/2011 02:42 PM) → Revision 6/17 (Ohad Levy, 03/17/2011 02:43 PM)
h1. Installation instructions
h2. Source code
You can get the latest stable code from "GitHub":https://github.com/ohadlevy/smart-proxy ("via git":git://github.com/ohadlevy/smart-proxy.git).
<pre>
git clone git://github.com/ohadlevy/smart-proxy.git
</pre>
h2. RPM
You can get a the stable rpm "Here":http://yum.theforeman.org/stable/RPMS/
h2. Configuration file
Usually can be found at /etc/foreman-proxy/settings.yml or on the config/settings.yml subdirectory.
You can use the @settings.yml.example@ file inside the @config@ directory as a template for your own [[settings.yml]].
If you don't plan to use one of the subsystems, please disable them in this configuration file.
h2. Start the daemon
until a service file will be created simply execute
<pre>
bin/smart-proxy.rb
</pre>