diff --git a/install b/install index 7237356..2bcfeec 100755 --- a/install +++ b/install @@ -39,7 +39,7 @@ git clone https://github.com/armon/statsite.git cd whisper; git checkout ${GRAPHITE_RELEASE}; python setup.py install cd ../carbon; git checkout ${GRAPHITE_RELEASE}; pip install -r requirements.txt; python setup.py install cd ../graphite-web; git checkout ${GRAPHITE_RELEASE}; pip install -r requirements.txt; python check-dependencies.py; python setup.py install -cd ../statsite; ./bootstrap.sh; ./configure; make; cp src/statsite /usr/local/sbin/; cp sinks/graphite.py /usr/local/sbin/statsite-sink-graphite.py +cd ../statsite; ./autogen.sh; ./configure; make; cp statsite /usr/local/sbin/; cp sinks/graphite.py /usr/local/sbin/statsite-sink-graphite.py # Install configuration files for Graphite/Carbon and Apache cp ${SYNTHESIZE_HOME}/templates/statsite/statsite.conf /etc/statsite.conf