new release notes file

This commit is contained in:
Roberto Berto 2015-10-04 13:57:23 -03:00
parent 713c2959f7
commit 1978321138
2 changed files with 16 additions and 1 deletions

13
docs/RELEASENOTES.md Normal file
View File

@ -0,0 +1,13 @@
# Change Log
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased][unreleased] - 2015-10-01
### Added
- MongoDB ready for production. Documentation: https://github.com/FastVPSEestiOu/fastnetmon/blob/master/docs/MONGODB.md
## [Unreleased][unreleased] - 2015-09-28
### Added
- Multiple instance support. Documentation: https://github.com/FastVPSEestiOu/fastnetmon/blob/master/docs/MULTIPE_INSTANCES.md
[unreleased]: https://github.com/FastVPSEestiOu/fastnetmon/commits/master

View File

@ -19,16 +19,18 @@ RUN apt-get update && apt-get install -y \
libpcap-dev \
linux-headers-$(uname -r) \
make \
mongodb-dev \
python-pip \
socat \
vim
RUN pip install exabgp
RUN cd /usr/src; git clone https://github.com/FastVPSEestiOu/fastnetmon.git
COPY exabgp_blackhole.conf /etc/exabgp_blackhole.conf
#COPY exabgp_blackhole.conf /etc/exabgp_blackhole.conf
RUN cd /usr/src/fastnetmon/src; mkdir build; cd build; cmake .. -DDISABLE_PF_RING_SUPPORT=ON; make