mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-01 19:57:11 +01:00
add to git-site instructions
This commit is contained in:
parent
2d33856b6a
commit
fd2f94f569
1 changed files with 5 additions and 3 deletions
|
@ -7,18 +7,20 @@ To set up a repo against which
|
||||||
will work
|
will work
|
||||||
|
|
||||||
First, ssh to eehouse.org and cd to /var/www/html/gitrepos, then
|
First, ssh to eehouse.org and cd to /var/www/html/gitrepos, then
|
||||||
|
# sudo apt install fcgiwrap
|
||||||
# mkdir xwords4.git
|
# mkdir xwords4.git
|
||||||
# cd xwords4.git
|
# cd xwords4.git
|
||||||
# git init --bare --shared
|
# git init --bare
|
||||||
|
|
||||||
Then, locally (inside this repo):
|
Then, locally (inside this repo):
|
||||||
# git remote add eehouse-public ssh://eehouse.org/var/www/html/gitrepos/xwords4.git
|
# git remote add eehouse-public ssh://eehouse.org/var/www/html/gitrepos/xwords4.git
|
||||||
and
|
and
|
||||||
# git push --tags -u eehouse-public main
|
# git push --tags -u eehouse-public main
|
||||||
|
|
||||||
And then, again on eehouse.org:
|
And then, back on eehouse.org:
|
||||||
# cd /var/www/html/gitrepos/xwords4.git
|
# cd /var/www/html/gitrepos/xwords4.git
|
||||||
# git symbolic-ref HEAD refs/heads/main
|
# git symbolic-ref HEAD refs/heads/main
|
||||||
|
|
||||||
And of course, the file git-site in this directory needs to be
|
And of course, the file git-site in this directory needs to be
|
||||||
installed.
|
installed. Right now it conflicts with other server blocks using the
|
||||||
|
same server_name; I need to fix that somehow.
|
||||||
|
|
Loading…
Add table
Reference in a new issue