apyrgio / synnefo

Synnefo is open source cloud software, used to create massively scalable IaaS clouds.
GNU General Public License v3.0
0 stars 0 forks source link

Update snf-dispatcher to run from local branch #323

Closed apyrgio closed 9 years ago

apyrgio commented 9 years ago

In order to do so, the snf-dispatcher should be invoked as $(which snf-dispatcher), in order to call the /usr/local/lib/snf-dispatcher file when it exists.

Also, this requires a note in the docs that would urge the users to run the following command:

chown -R synnefo:synnefo /path/to/synnefo/repo

and make the path to the synnefo repo executable, e.g.

chmod +x /root
apyrgio commented 9 years ago

Note that the changes regarding snf-dispatcher already exist in the debian-develop branch.