No description
- Java 46.5%
- TypeScript 33.1%
- HTML 17.9%
- CSS 1.8%
- Groovy 0.3%
- Other 0.4%
| backend | ||
| frontend | ||
| .gitignore | ||
| docker-compose.yml | ||
| LICENSE | ||
| package-lock.json | ||
| README.md | ||
registrator
Building code
Backend
On dev machine:
./gradlew bootJar -Pprofile=PROFILE
scp build/libs/registrator-0.1.8-PROFILE.jar playground:docker/registrator/jars
On dest machine:
cd docker/registrator
ln -sf jars/registrator-0.1.8-test.jar registrator.jar
docker-compose down && docker-compose up -d
Frontend
npm run build:PROFILE
rsync -avr --delete dist/registrator/browser/ playground:distrs
sudo rsync -avr --delete dist/ /var/www/clepa-registrator/html/
sudo systemctl restart nginx
Notes
the credentials for using Google ReCaptcha are in a file identified by the GOOGLE_APPLICATION_CREDENTIALS environment variable