There was an error while loading. Please reload this page.
This page is about how to upload the latest version of the CAP project to GAP.
The initial setup creates the gh-pages folder and branch on your system
Make a clone of the gh-pages branch of CAP project in the gh-pages folder of you CAP project repository
git clone https://github.com/homalg-project/CAP_project.git gh-pages
Change into the homepage folder
cd gh-pages
Checkout the github pages branch.
git checkout -b gh-pages origin/gh-pages
Add the remote name homalg
git remote add homalg https://github.com/homalg-project/CAP_project.git
Set the upstream for the gh-pages branch
git push --set-upstream homalg gh-pages
To make a distribution, go into the CAP_project folder and type the following
./make_dist_for_cap.sh
Simply add the name of the package and subfolder of CAP_project to the list in make_dist_for_cap.sh
make_dist_for_cap.sh