Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
CS 375 Project
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Evan Dinh
CS 375 Project
Commits
3e963b93
Commit
3e963b93
authored
Mar 16, 2022
by
Jay Patel
Browse files
Options
Downloads
Patches
Plain Diff
Update README.md
parent
72c6ee4f
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+8
-8
8 additions, 8 deletions
README.md
with
8 additions
and
8 deletions
README.md
+
8
−
8
View file @
3e963b93
...
...
@@ -25,14 +25,14 @@ To launch this project, you can download the source code as a zip file or you ca
cd
cs-375-project
```
## 2. Initialize
the database by:
(when running for first time or after deleting the database)
1.
navigating to the db directory
## 2. Initialize (when running for first time or after deleting the database)
the database by:
navigating to the db directory
```
bash
cd
into db folder
```
2.
execute the command
`./db.bash -init`
to initialize our Database
execute the command
`./db.bash -init`
to initialize our Database
## 3
Database maintaining:
Database maintaining:
1.
execute the command
`./db.bash -backup`
to save a local backup of the Database
2.
execute the command
`./db.bash -update`
to update the current database with the latest one
3.
execute the command
`./db.bash -destroy`
to delete database
...
...
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
sign in
to comment