Project

General

Profile

Installation instructions » History » Version 3

Jochen Schalanda, 02/08/2011 01:39 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
11 2 Jochen Schalanda
h2. Configuration file
12 1 Ohad Levy
13 3 Jochen Schalanda
You can use the @settings.yml.example@ file inside the @config@ directory as a template for your own [[settings.yml]].
14 1 Ohad Levy
15 2 Jochen Schalanda
If you don't plan to use one of the subsystems, please disable them in this configuration file.
16 1 Ohad Levy
17
18 2 Jochen Schalanda
h2. Start the daemon
19 1 Ohad Levy
20
until a service file will be created simply execute
21
<pre>
22
bin/smart-proxy.rb
23
</pre>