This website works better with JavaScript.
Explore
Help
Sign In
playground
/
gogs
mirror of
https://github.com/gogits/gogs.git
Watch
1
Star
0
Fork
You've already forked gogs
0
Code
Issues
Releases
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1986
Commits
4
Branches
53
Tags
164 MiB
Tree:
3d9cda2d98
develop
docker/socat
drone-ci
master
v0.10
v0.10.1
v0.10.18
v0.10.8
v0.10rc
v0.11
v0.11.19
v0.11.29
v0.11.33
v0.11.34
v0.11.4
v0.11.43
v0.11.53
v0.11.66
v0.11rc
v0.2.0
v0.3.0
v0.3.1
v0.4.0
v0.4.1
v0.4.2
v0.5.0
v0.5.11
v0.5.13
v0.5.2
v0.5.5
v0.5.8
v0.5.9
v0.6.0
v0.6.1
v0.6.15
v0.6.3
v0.6.5
v0.6.9
v0.7.0
v0.7.19
v0.7.22
v0.7.33
v0.7.6
v0.8.0
v0.8.10
v0.8.25
v0.8.43
v0.9.0
v0.9.113
v0.9.128
v0.9.13
v0.9.141
v0.9.46
v0.9.48
v0.9.60
v0.9.71
v0.9.97
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '3d9cda2d98'
${ noResults }
gogs
/
scripts
/
autoboot.sh
3 lines
73 B
Raw
Normal View
History
Unescape
Escape
add auto start script how to use: vim /etc/rc.local, then add cd /home/git/gogs; scripts/autoboot.sh (goes path you can replace your path)
10 years ago
#!/bin/sh
su git -c
"/home/git/gogs/scripts/gogs_supervisord.sh restart"