mirror of
https://github.com/Eggbertx/gochan.git
synced 2025-08-03 23:56:22 -07:00
Finish build.py
Also remove powershell script, modify bootstrap script to use build.py
This commit is contained in:
parent
485ed84bac
commit
2e99788426
5 changed files with 224 additions and 226 deletions
|
@ -62,7 +62,7 @@ else
|
|||
exit 1
|
||||
fi
|
||||
|
||||
apt-get -y install git subversion mercurial nginx ffmpeg make golang-1.11
|
||||
apt-get -y install git subversion mercurial nginx ffmpeg golang-1.11
|
||||
|
||||
ln -s /usr/lib/go-1.11/bin/* /usr/local/bin/
|
||||
|
||||
|
@ -131,10 +131,13 @@ python build_initdb.py
|
|||
cd ..
|
||||
mkdir -p $GOPATH/src/github.com/gochan-org/gochan
|
||||
cp -r pkg $GOPATH/src/github.com/gochan-org/gochan
|
||||
make dependencies
|
||||
make
|
||||
./build.py dependencies
|
||||
./build.py
|
||||
EOF
|
||||
# make install
|
||||
|
||||
cd /vagrant
|
||||
./build.py install
|
||||
/vagrant/gochan -rebuild all
|
||||
|
||||
# if [ -d /lib/systemd ]; then
|
||||
# systemctl start gochan.service
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue