Installation for S&D
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
504 B

2 years ago
2 years ago
2 years ago
2 years ago
  1. # A docker container configuration for search and displace
  2. ## Initialize the repository
  3. In order to be able to run this application, its submodules first need to be initialized. To do this, after cloning, run the following commands in the root directory:
  4. - `git submodule init`
  5. - `git submodule update`
  6. After that, the files in `docker/conf/nginx/templates` need to be edited with the corresponding URLs. The `server_name`s need to be added in the operating system's hosts file so they work locally.