PiranhaCMS / piranha.core

Piranha CMS is the friendly editor-focused CMS for .NET that can be used both as an integrated CMS or as a headless API.

Home Page:http://piranhacms.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

when I deploy the app into linux server, how to link the database ?

Zardw opened this issue · comments

commented

the app can run normally in server, but can not use data of SQLite, when I setup data, it got 500 error in url "/seed", it seems not to link the database. I haven't used the SQLite, so what should I do next?

commented

and if I want to use sql server, what should I do and how to migration the database?