-
Couldn't load subscription status.
- Fork 6
Description
The tutorial instructions are very clear for all the yum installations, but for beginners, keeping track of which files, and exactly what names they use, and where they are located may be challenging for some beginners (like me, even though I've done this a couple of times).
I was thinking it might be nice to have a summary of the files that need manual editing and their location for each machine type for people to use as a checklist, might help prevent some of the errors that I and some others made.
One other thing that might help would be to move the Warning in section 2.1.4 before the instruction to
sudo cvmfs_server mkfs -o $USER repo.organization.tld
so that the naming scheme is explained before its first use in a command.
Since a variable is set with the repo name subsequently, perhaps establishing the variable name at the beginning of the section would be a help? So, 2.1.4 would start with
2.1.4 Creating the repository¶
Now that all required packages have been installed, we can create a CernVM-FS repository.
You need to choose a repository name, for example, repo.${USER}.org. You may find it
easier to set a variable
MY_REPO_NAME=repo.${USER}.org
for use in what follows.
In the simplest way, this can be done by running the following command, which will
make the current user the owner of the repository:sudo cvmfs_server mkfs -o $USER $MY_REPO_NAMEetc.