-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bita #7
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's just fix these small changes, then we can merge. Also, if you can add the default config already to conf/ it would be great.
README.md
Outdated
@@ -28,9 +28,9 @@ First, navigate to the project directory and install the necessary packages usin | |||
2. **Configure Database Properties:** | |||
Copy the provided example configuration file to create your own configuration: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actually this is no longer needed, bc the user should download the config sample file from dashboard setup page and upload the updated config there, not directly in the file system. Please update the setup part to reflect this.
|
||
on: | ||
push: | ||
branches: | ||
- main | ||
- bita |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's only push the image from main branch so that the experimental new features are not added to docker image yet.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I pushed my changes Arash, and I tested them. For the demo, please run the GitHub workflow to update the docker image from the main branch. I can only rerun jobs on my branch. Please review and merge next week.
I fixed some issues in the documentation regarding db access which caused me confusion when I started working on the toolkit.