From bc8d5e14cb2a037a8a75b0394b1a1da3b1bf31a4 Mon Sep 17 00:00:00 2001 From: ghobona Date: Tue, 17 Dec 2024 18:25:47 +0000 Subject: [PATCH] Update index.html --- index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 8ec5a20..19aaf84 100644 --- a/index.html +++ b/index.html @@ -24,18 +24,18 @@ pip3 install -e . && pip3 install -r requirements-standalone.txt # Create and adjust a configuration file: - cp default-sample.cfg default.cfg - vi default.cfg + cp default-sample.yml default.yml + vi default.yml # adjust paths in # - server.home # - repository.database # set server.url to http://localhost:8000/ # Setup the database: - pycsw-admin.py setup_db --config default.cfg + pycsw-admin.py setup-repository --config default.yml # Load records by indicating a directory of XML files, use -r for recursive: - pycsw-admin.py load_records --config default.cfg --path /path/to/xml/ + pycsw-admin.py load-records --config default.yml --path /path/to/xml/ # Run the server: python ./pycsw/wsgi.py