We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6481546 commit da07e44Copy full SHA for da07e44
deploy/linux/server/back/build.sh
@@ -1,3 +1,4 @@
1
+rm -rf botticelli
2
git clone https://github.com/devgopher/botticelli.git
3
pushd botticelli/
4
git checkout mvp/0.1
deploy/linux/server/back/run_standalone.sh
@@ -0,0 +1,9 @@
+rm -rf botticelli/
+git clone https://github.com/devgopher/botticelli.git
+pushd botticelli/
+git checkout mvp/0.1
5
+git pull
6
+
7
+pushd Botticelli
8
9
+dotnet run Botticelli.Server.csproj
deploy/linux/server/front/run_standalone.sh
+dotnet run Botticelli.Server.FrontNew.csproj
0 commit comments