bgg-ottawa-sell-club/NOTES

26 lines
609 B
Plaintext
Raw Normal View History

2024-01-30 20:01:27 +00:00
Root Path
The root path for all requests in the XMLAPI2 are prefixed as follows. These queries can be made on any domain and are interchangeable. Example paths:
https://boardgamegeek.com/xmlapi2/
https://rpggeek.com/xmlapi2/
https://videogamegeek.com/xmlapi2/
2024-02-01 18:01:26 +00:00
## Ansible stuff
2024-01-30 20:01:27 +00:00
2024-02-01 18:01:26 +00:00
create user bggsell
install fnm, nvm for it?
touch ~/.profile
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
nvm install v21.6.1
npm install -g pnpm
npm run vite build
nginx configuration
.profile => add DATABASE_URL
// DONE: add apache redirection
PORT=8097 node build/index.js