Maple2 icon indicating copy to clipboard operation
Maple2 copied to clipboard

I want to know how to run this project?

Open Kelephant opened this issue 2 years ago • 4 comments

I want to know how to run this project?

  1. 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?

  2. Only the database server runs on the host, and all other programs run through containers?

  3. Is there any deployment document for reference? Let me learn from it. Thank you.

Kelephant avatar Oct 07 '23 03:10 Kelephant

  1. Yes, follow the wiki: https://github.com/kOchirasu/Maple2/wiki#metadata-ingestion-maple-data
  2. 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.
  3. Yes, follow the wiki: https://github.com/kOchirasu/Maple2/wiki

kOchirasu avatar Oct 07 '23 03:10 kOchirasu

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.

Jyson1997 avatar Oct 13 '23 16:10 Jyson1997

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

Zintixx avatar Oct 15 '23 02:10 Zintixx

Thank you so much, i can already configure environment variables, but there are some strange questions, I went to Discord to ask you's

Jyson1997 avatar Oct 16 '23 13:10 Jyson1997