Skip to content

Commit

Permalink
- Modified readme to reflect project folder name change
Browse files Browse the repository at this point in the history
- Removed install of sequelize-cli from entrypoint script
- Fixed automatic npm audit issues
- Deleted package files from browser-extension folder
  • Loading branch information
duggalsu authored and dennyabrain committed Jul 11, 2023
1 parent b3459c5 commit 10bc414
Show file tree
Hide file tree
Showing 7 changed files with 421 additions and 1,467 deletions.
6 changes: 3 additions & 3 deletions browser-extension/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ DB_PASSWORD: XXXXXXXXXXX
## For Development

```
git clone https://github.com/tattle-made/OGBV.git
cd OGBV/browser-extension/
git clone https://github.com/tattle-made/Uli.git
cd Uli/browser-extension/
cd plugin && npm install
cd ..
cd api-server && npm install
Expand All @@ -55,7 +55,7 @@ docker-compose up
```

If you get `ERROR: Unknown database 'uli_dev'`
, the database was not successfully created and database migration failed. Manually create the `uli_dev` database by logging into `http://localhost:8080/` using the username and password from `OGBV/browser-extension/api-server/db/config/config.js` and execute the following
, the database was not successfully created and database migration failed. Manually create the `uli_dev` database by logging into `http://localhost:8080/` using the username and password from `Uli/browser-extension/api-server/db/config/config.js` and execute the following

```
docker compose down -v
Expand Down
1 change: 0 additions & 1 deletion browser-extension/api-server/entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/bin/sh
npm install sequelize-cli
npx sequelize-cli db:migrate
nodemon index.js
Loading

0 comments on commit 10bc414

Please sign in to comment.