Remove done tasks from readme

This commit is contained in:
Maciej Szlosarczyk 2019-06-03 12:13:49 +03:00
parent 95d3500295
commit d6b90abbc9
No known key found for this signature in database
GPG key ID: 41D62D42D3B0D765
3 changed files with 3 additions and 6 deletions

1
.tool-versions Normal file
View file

@ -0,0 +1 @@
erlang 21.3.8

View file

@ -53,8 +53,8 @@ WORKDIR /opt/erlang/epp_proxy
COPY .tool-versions ./ COPY .tool-versions ./
RUN asdf plugin-add erlang RUN asdf plugin-add erlang
RUN asdf plugin-add rebar
RUN asdf install RUN asdf install
RUN curl https://s3.amazonaws.com/rebar3/rebar3 -o /rebar3 RUN curl https://s3.amazonaws.com/rebar3/rebar3 -o /rebar3
RUN mv /rebar3 /usr/local/bin RUN mv /rebar3 /usr/local/bin
RUN chmod +x /usr/local/bin/rebar3 RUN chmod +x /usr/local/bin/rebar3

View file

@ -95,8 +95,4 @@ Checklist of steps to perform if you want to migrate from mod_epp, but still use
TODO TODO
---- ----
1. DONE -- Add syslog logger 1. Ensure CRL gets updated periodically without a need for restart of the service
2. DONE -- Add default error responses for errors while contacting registry and for invalid XML.
3. DONE -- This readme.
4. DONE -- Migration guide for mod epp.
5. Ensure CRL gets updated periodically without a need for restart of the service