Skip to content

Commit 582fe9d

Browse files
bnchdrffValentine Zavgorodnev
authored andcommitted
no need for more dependencies, it just works to run sequelize! (#1759)
1 parent 2b4814b commit 582fe9d

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -155,19 +155,14 @@ mysql -u root
155155

156156
This is a required step in order for the database to be 'ready' for condenser's use.
157157

158-
Install these modules globally:
159-
160-
```bash
161-
yarn global add sequelize sequelize-cli pm2 mysql mysql2
162-
```
163158

164159
Edit the file `src/db/config/config.json` using your favorite command line text editor being sure that the username, password, host, and database name are set correctly and match your newly configured mysql setup.
165160

166161
Run `sequelize db:migrate` in `src/db` directory, like this:
167162

168163
```bash
169164
cd src/db
170-
sequelize db:migrate
165+
yarn exec sequelize db:migrate
171166
```
172167

173168
#### Install Tarantool - Production Only

0 commit comments

Comments
 (0)