I want to know how to run this project?
I want to know how to run this project?
-
Do I need to create the database and tables manually? Then execute the sql file to insert data items? Is there a more convenient way, such as automatically creating a database and inserting data items through the command line?
-
Only the database server runs on the host, and all other programs run through containers?
-
Is there any deployment document for reference? Let me learn from it. Thank you.
- Yes, follow the wiki: https://github.com/kOchirasu/Maple2/wiki#metadata-ingestion-maple-data
- If you are running the server using docker then yes. If you are running the server directly from source code then everything runs on the host. Docker just exists to easier deployment.
- Yes, follow the wiki: https://github.com/kOchirasu/Maple2/wiki
After reading the wiki, I still don't know how to start the project in VSSTUDIO, I don't know the configuration of environment variables, etc., can I get detailed steps? Or get a video, desperate for help @kOchirasu @Kelephant ths.
After reading the wiki, I still don't know how to start the project in VSSTUDIO, I don't know the configuration of environment variables, etc., can I get detailed steps? Or get a video, desperate for help @kOchirasu @Kelephant ths.
To configure environment variables on Visual Studio '22, right click the project (ex. Maple2.File.Ingest) -> Properties Debug -> General -> Open debug launch profiles UI You'll see Environment Variables a few options down.
If you need more help, join the discord https://discord.gg/mABkFFhBuU
Thank you so much, i can already configure environment variables, but there are some strange questions, I went to Discord to ask you's