Skip to content

Commit

Permalink
Merge pull request #16 from ghobona/gh-pages-20241217
Browse files Browse the repository at this point in the history
Update index.html
  • Loading branch information
kalxas authored Dec 17, 2024
2 parents 91301af + bc8d5e1 commit 03b522e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 03b522e

Please sign in to comment.