Skip to content

Commit 5036cc7

Browse files
authored
Moving docs p2
Moved more documentation to docs.vrooli.com
1 parent 3721483 commit 5036cc7

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

README.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -36,22 +36,9 @@ Edit the file `assets/public/business.json` to match your business's data.
3636
This project is set up so an admin can update various aspects without needing to mess with servers/code. To log in as an admin, use the admin credentials set in the `.env` file.
3737
Once you are logged in, you should see a navigation option for "manage site". This includes links and descriptions to all of the admin functions. For inventory upload, there is an file that works with the example database, located in [assets/private](assets/private).
3838

39-
4039
## Open Graph Tags
4140
Open Graph is a metadata format that describes how your website should be shown when shared on social media. This data is set in the header, and can be edited at `packages/ui/public/index.html`. For more information, [here](https://developers.facebook.com/docs/sharing/webmasters/) is a guide from Facebook.
4241

43-
44-
## Common commands
45-
- Start: `docker-compose up -d`
46-
- Stop: `docker-compose down`
47-
- Force stop all containers: `docker kill $(docker ps -q)`
48-
- Delete all containers: `docker system prune --all`
49-
- Delete all containers and volumes: `docker system prune --all --volumes`
50-
- Full deployment test (except for Nginx, as that's handled by a different container): `docker-compose down && docker-compose up --build --force-recreate`
51-
- Rebuild with fresh database: `docker-compose down && rm -rf "${PROJECT_DIR}/data/postgres" && docker-compose up --build --force-recreate`
52-
- Check logs for a docker container: `docker logs <container-name>`
53-
54-
5542
## Linting
5643
The ESLint VSCode extension is great for catching errors and warnings. It can be configured with an `.eslintrc` file.
5744

0 commit comments

Comments
 (0)