the-forest/readme.md

19 lines
796 B
Markdown
Raw Normal View History

# What is happening why would a loving god create such a thing
2024-09-24 22:49:37 -04:00
I think `npm start` in each directory should run the app
2024-09-17 20:35:18 -04:00
# Environoment variables!
- `SESSION_DATA_PASSWORD` for encrypting session cookies
- `USER_CREATION_PASSWORD` to set the extra password required for account creation
2024-10-26 15:40:10 -04:00
- `GHOST_CHARACTER_OBJECT` for the object to represent logged out viewers.
2024-09-17 20:35:18 -04:00
# build log
2024-12-12 15:13:25 -05:00
- install `nvm` and then node 20.18.0 i think
- cast `npm install` in each directory
2024-09-24 22:49:37 -04:00
- to run cast `npm start` in each directory
- `node initialize_db.js` `node populate_db.js`
- `npm install` should install all dependencies
2024-12-12 15:13:25 -05:00
- also you need nginx. `brew install nginx` and then `ln -s the-forest.nginx.conf /usr/local/etc/nginx/servers/the-forest.nginx.conf` or wherever it needs to go
- also need `nvm` for running.
-