man import-sampleschool (Commandes) - imports sample school data into SchoolTool
NAME
import-sampleschool - imports sample school data into SchoolTool
SYNOPSIS
import-sampleschool [options]
DESCRIPTION
import-sampleschool is a script that imports sample school data into a running SchoolTool server. The server must be running, and it must not contain any data, or the import will fail.
OPTIONS
- -h HOSTNAME, --host=HOSTNAME
- Specify the hostname of the server (default: localhost).
- -p PORT, --port=PORT
- Specify the port number of the server (default: 7001).
- -s, --ssl
- Connect to the server with SSL.
- -i, --interactive
- Ask for the hostname and port of the server interactively.
FILES
- /usr/share/schooltool-clients/sampleschool/
- Location of sample data files to be imported.
BUGS
The import script performs up to six HTTP requests per object imported and is very slow.