File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33> Note that 0.X.X releases are reverved for the beta version of the server and may include breaking changes.
44
5- ## [ unreleased ]
5+ ## [ 0.4.0 ] 2024-09-01
66
77### Added
88
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ wget https://raw.githubusercontent.com/malach-it/boruta-server/master/.env.dev
7777Once done you will be able to launch the server.
7878
7979``` bash
80- docker run -it --env-file .env.dev --network=host malachit/boruta-server:0.3 .0
80+ docker run -it --env-file .env.dev --network=host malachit/boruta-server:0.4 .0
8181```
8282
8383The applications will be available on different ports (depending on the values provided in ` .env.dev ` ):
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ defmodule Boruta.Umbrella.MixProject do
33
44 def project do
55 [
6- version: "0.3 .0" ,
6+ version: "0.4 .0" ,
77 apps_path: "apps" ,
88 start_permanent: Mix . env ( ) == :prod ,
99 deps: deps ( ) ,
Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ apt-get -q install -y libssl-dev wget vim postgresql postgresql-client
1010
1111echo ' ## install boruta'
1212cd /opt
13- wget -q https://github.com/malach-it/boruta-server/releases/download/0.3 .0/boruta.tar.gz
13+ wget -q https://github.com/malach-it/boruta-server/releases/download/0.4 .0/boruta.tar.gz
1414tar xf boruta.tar.gz
1515
16- wget -q -O /opt/boruta/.env.production https://raw.githubusercontent.com/malach-it/boruta-server/0.3 .0/.env.example
16+ wget -q -O /opt/boruta/.env.production https://raw.githubusercontent.com/malach-it/boruta-server/0.4 .0/.env.example
1717vim /opt/boruta/.env.production
1818
1919cat > /etc/systemd/system/boruta.service << - EOF
You can’t perform that action at this time.
0 commit comments