new location of concordia-library

This commit is contained in:
Rafał Jaworski 2019-08-28 07:42:22 +02:00
parent 2d70f75d2f
commit 0fe53f05fb
2 changed files with 5 additions and 4 deletions

View File

@ -10,8 +10,8 @@ ENV LC_ALL pl_PL.UTF-8
RUN apt-get install -y git cmake g++ python3 python3-pip libfcgi-dev libpq-dev python3-psycopg2 nginx php apache2 libapache2-mod-php spawn-fcgi cmake g++ libboost-dev libboost-serialization-dev libboost-test-dev libboost-filesystem-dev libboost-system-dev libboost-program-options-dev libboost-iostreams-dev libboost-regex-dev libboost-locale-dev liblog4cpp5-dev libconfig++-dev libconfig-dev libpcre3-dev
RUN git clone https://git.code.sf.net/p/tmconcordia/code
RUN cd code && mkdir build && cd build && ../cmake.sh && make && make install && ldconfig
RUN git clone https://git.wmi.amu.edu.pl/rjawor/concordia-library.git
RUN cd concordia-library && mkdir build && cd build && ../cmake.sh && make && make install && ldconfig
RUN pip3 install requests
RUN git clone https://git.wmi.amu.edu.pl/rjawor/concordia-aligner.git

View File

@ -9,8 +9,9 @@ ENV LANGUAGE pl_PL:pl
ENV LC_ALL pl_PL.UTF-8
RUN apt-get install -y git libfcgi-dev libpq-dev python3-psycopg2 nginx php apache2 libapache2-mod-php spawn-fcgi cmake g++ libboost-dev libboost-serialization-dev libboost-test-dev libboost-filesystem-dev libboost-system-dev libboost-program-options-dev libboost-iostreams-dev libboost-regex-dev libboost-locale-dev liblog4cpp5-dev libconfig++-dev libconfig-dev libpcre3-dev automake libtool libcurl4-openssl-dev
RUN git clone https://git.code.sf.net/p/tmconcordia/code
RUN cd code && mkdir build && cd build && ../cmake.sh && make && make install && ldconfig
RUN git clone https://git.wmi.amu.edu.pl/rjawor/concordia-library.git
RUN cd concordia-library && mkdir build && cd build && ../cmake.sh && make && make install && ldconfig
RUN git clone https://github.com/mrtazz/restclient-cpp.git
RUN cd restclient-cpp && ./autogen.sh && make install && ldconfig