This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"version": "0.2.0", | |
"configurations": [ | |
{ | |
"name": "Python Debugger: FastAPI", | |
"type": "debugpy", | |
"request": "launch", | |
"module": "uvicorn", | |
"args": [ | |
"backend.src.contextualise.main:app", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export WEBKIT_DISABLE_COMPOSITING_MODE=1 | |
gnome-control-center |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## Steps | |
* ./bin/cassandra -f | |
* ./bin/janusgraph-server.sh start | |
* ./bin/gremlin.sh | |
* :remote connect tinkerpop.server conf/remote.yaml | |
* :remote console | |
* g.V() | |
* g.E() |
OlderNewer