mirror of
https://github.com/internetee/epp_proxy.git
synced 2025-08-16 04:23:46 +02:00
Remove done tasks from readme
This commit is contained in:
parent
95d3500295
commit
d6b90abbc9
3 changed files with 3 additions and 6 deletions
1
.tool-versions
Normal file
1
.tool-versions
Normal file
|
@ -0,0 +1 @@
|
||||||
|
erlang 21.3.8
|
|
@ -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
|
||||||
|
|
|
@ -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
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue