This is an old revision of the document!
– This is only a stub
The wiki files are stored in the capstone CAEDM group files.
You should be able to find them on your J: drive, or any other way you have of getting to your CAEDM home account (e.g. ssh, sftp, etc.)
They will be in the folder groups/capstone/www/capwiki/data/
The web page files will be in the pages/ folder
The picture files will be in the media/ folder. There are two folders under media/. webhelp/ is for images used in the help pages; wiki/ is for images used in the rest of the wiki.
In general, you should not edit the files directly in the group folder. Instead, use the Wiki editing tools. However, it is possible to edit files in the folder using traditional text editing tools.
The files in the groups/capstone/www/capwiki folder are in a git repository that is cloned to the Capstone GitLab account.
Periodically, the changes to the files that have been made by user edits on the wiki should be saved to the GitLab clone.
This is done by the following steps:
ssh
into CAEDM to get access to the files and change to the proper directory. > ssh -l your-caedm-login ssh.et.byu.edu > cd groups/capstone/www/capwiki
> git status
> git commit -a -m "Commit Wiki edits"
> git push origin master