Showing posts with label server. Show all posts
Showing posts with label server. Show all posts

Monday, August 2, 2021

單點登錄APP

製作單點登錄服務器

文章內容來源為︰https://www.wolfcode.cn/new/portal/listPage.html?id=121

經過重新整理寫到這邊,如看原作者有更多介紹及解釋,這邊直接列出需要的執行指令搭建SSO服務器。好了,開始!

Tuesday, October 22, 2019

Moses: 建立Server調用Moses 模型

可以先到這裡按步驟安裝moses api:
https://github.com/vlall/Moses-API

然後在運行時,需要進入到docker 裏面開啓server。

這個在每次運行時都會重載模型lol

Friday, November 25, 2016

apache2: set default page

在Linux安裝apache後設定預設網頁,需要把︰/etc/apache2/sites-available/000-default.conf
裏面的︰DocumentRoot /var/www/html更改為自己想要的目錄,如 DocumentRoot /var/www/dokuwiki。
這樣設定的話,在進入到連結時就會調用dokuwiki文件內的index.php作為起始文件。