delete "ADD config config" #83

Merged
Hay1tsme merged 3 commits from :develop into develop 2024-01-09 15:31:04 +00:00
Contributor

this is because everywhere about docker build write to create and use configs/config folder, not config, if we follow docker installation guide, there will not exist config folder in artemis root. Even if the folder exists, the folder will not be mapped inside the container, then we will get a build error about config not exist
in docker-compose.yml

  app:
    hostname: ma.app
    build: .
    volumes:
      - ./aime:/app/aime
      - ./configs/config:/app/config

in INSTALL_DOCKER.md

  • Create 'aime', 'configs', 'AimeDB', and 'logs' folder in ARTEMiS root folder (where all source files exist)
  • Inside configs folder, create 'config' folder, and copy all .yaml files from example_config to config (thats all files without nginx_example.conf)
  • Edit .yaml files inside configs/config to suit your server needs
  • Edit core.yaml inside configs/config

I checked this file history
in d1259509ad, phantomlan already delete this, but don't know why it come back between 040742a9a4 and 565dc38e9a, maybe git bug? However, now delete it again

this is because everywhere about docker build write to create and use configs/config folder, not config, if we follow docker installation guide, there will not exist config folder in artemis root. Even if the folder exists, the folder will not be mapped inside the container, then we will get a build error about config not exist in docker-compose.yml ``` app: hostname: ma.app build: . volumes: - ./aime:/app/aime - ./configs/config:/app/config ``` in INSTALL_DOCKER.md - Create 'aime', 'configs', 'AimeDB', and 'logs' folder in ARTEMiS root folder (where all source files exist) - Inside configs folder, create 'config' folder, and copy all .yaml files from example_config to config (thats all files without nginx_example.conf) - Edit .yaml files inside configs/config to suit your server needs - Edit core.yaml inside configs/config I checked this file history in https://gitea.tendokyu.moe/Hay1tsme/artemis/commit/d1259509ad2bad2b43d2cf5164841775b10502f2, phantomlan already delete this, but don't know why it come back between https://gitea.tendokyu.moe/Hay1tsme/artemis/commit/040742a9a4e00efa162f55450a370a79ece91d53 and https://gitea.tendokyu.moe/Hay1tsme/artemis/commit/565dc38e9a4becf3ea4ddeeaf268d1648cb7eb6c, maybe git bug? However, now delete it again
zaphkito added 1 commit 2023-12-17 17:22:49 +00:00
zaphkito added 1 commit 2023-12-17 17:48:10 +00:00
zaphkito changed title from change "ADD config config" to "ADD configs/config config" to delete "ADD configs/config config" 2023-12-17 17:49:08 +00:00
zaphkito added 1 commit 2024-01-09 10:58:41 +00:00
zaphkito changed title from delete "ADD configs/config config" to delete "ADD config config" 2024-01-09 10:59:18 +00:00
Owner

Thanks, merging

Thanks, merging
Hay1tsme merged commit 4550cb2af5 into develop 2024-01-09 15:31:04 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Hay1tsme/artemis#83
No description provided.