-
Notifications
You must be signed in to change notification settings - Fork 10
Typos and more #44
Comments
Thanks for letting us know. It was a leftover from deploy test. The config page is removed on this update. This is to avoid issues with exposing the config setup to public. This open-source version is for developers. We believe users are able to interact with the database directly. Users can set queries and keys by updating the Alternatively, please consider using the Pro version of BotSlayer, where the users still have access to the config page. |
Fixed with eb673ed. |
Then you also should update the frontend |
(Commit e008e61) |
Don't we also need to update the Dockerfile per above? |
Ah thanks. Oh and also the README still refers to the Config page... |
Good catch. Should be fixed via: |
Hmm, there is no SAVE button, the config table is to be modified via psql... |
Commit 7d617c6 for |
in README.md: |
The picture in README.md also still reflects the CONFIG page |
https://github.com/IUNetSci/BotSlayer-CE/blob/master/README.md#L113 https://github.com/IUNetSci/BotSlayer-CE/blob/master/backend/bev_backend/bev_backend/crawler/stream2db.py#L157 https://github.com/IUNetSci/BotSlayer-CE/blob/master/backend/bev_backend/bev_backend/crawler/stream2db.py#L164 https://github.com/IUNetSci/BotSlayer-CE/blob/6bf68b2fd54148dfd3bb848c4cff232e63879ab3/backend/bev_backend/bev_backend/crawler/stream2db.py#L96 |
With the current Dockerfile the build fails at
https://github.com/IUNetSci/BotSlayer-CE/blob/master/Dockerfile#L22
--branch major_update
Removing this part works, but the config page is not available...
The text was updated successfully, but these errors were encountered: