Chinaunix首页 | 论坛 | 博客
  • 博客访问: 7389090
  • 博文数量: 1755
  • 博客积分: 18684
  • 博客等级: 上将
  • 技术积分: 16227
  • 用 户 组: 普通用户
  • 注册时间: 2010-06-02 10:28
个人简介

啥也没写

文章分类

全部博文(1755)

文章存档

2024年(1)

2023年(44)

2022年(39)

2021年(46)

2020年(43)

2019年(27)

2018年(44)

2017年(50)

2016年(47)

2015年(15)

2014年(21)

2013年(43)

2012年(143)

2011年(228)

2010年(263)

2009年(384)

2008年(246)

2007年(30)

2006年(38)

2005年(2)

2004年(1)

分类: 系统运维

2021-04-16 13:09:14

安装satis
cd /opt
git clone
php -r "readfile('');" | php
composer config -g repo.packagist composer
/usr/local/php/php7.3/bin/php composer.phar install
ln -s /opt/satis/bin/satis /usr/bin/satis

管理界面

mkdir -p /opt/satis-go/{data,repo-ui,admin-ui}
cat config.yaml 
bind: 10.1.103.251:8099
dbpath: /opt/satis-go/data
repouipath: /opt/satis-go/repo-ui
adminuipath: /opt/satis-go/admin-ui
reponame: My Satis-go
repohost:

启动
./satis-go-Linux-x86_64 -config config.yaml

管理后台
/admin/#/

触发生成web文件
curl -X POST /api/generate-web-job

现在就可以查看前端页面了


阅读(1986) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~