replace catalog service to api

This commit is contained in:
2026-05-05 19:27:29 +02:00
parent 189bce21e1
commit 93849795e3
91 changed files with 1503 additions and 1540 deletions
+12
View File
@@ -0,0 +1,12 @@
#!/bin/sh
set -e
mkdir -p tmp/pids tmp/cache tmp/sockets log
rm -f tmp/pids/server.pid
bundle check || bundle install
bundle exec rails db:migrate
bundle exec rails db:seed
bundle exec rails server -b 0.0.0.0 -p 3000