How to remove docker from corteza because i want to deploy it on server
you can find source here : GitHub - cortezaproject/corteza: Low-code platform
Then compile and run it on your local server
Can u suggest me please how to compile i tried many time but it is not working
Set environment to dev and execute command make watch on directory /server
How to set the environment to dev can u suggest please.
You can copy the server from a running container and use it locally:
Syntax: docker cp -r <containerId>:/path/to/directory /path/on/host
or docker cp <containerId>:/path/to/file /path/on/host
Example (copies to current directory):
docker cp corteza_server_1:/corteza/bin/corteza-server .
Hello,
You can do it also by recompiling every app like itâs specified here in github actions.
Unless you want to modify/contribute to the code, I donât recommend it.
Server deployment with docker is detailed here :
i runned the server but when i completed signup and login it is not going to the home directory.
How to make changes in UI
When i want to go to home screeen using my name Anshul Kumar it is reverting me to landing page
in corteza server directory 2023.3
{âlevelâ:âwarnâ,âtsâ:1690350403.1305716,âmsgâ:âYouâre using SQLite as a storage backendâ}
{âlevelâ:âwarnâ,âtsâ:1690350403.1305957,âmsgâ:âShould be used only for testingâ}
{âlevelâ:âwarnâ,âtsâ:1690350403.1305976,âmsgâ:âYou may experience instability and data lossâ}
{âlevelâ:âwarnâ,âtsâ:1690350403.5364842,âmsgâ:âno SMTP servers found, email sending will be disabledâ}
{âlevelâ:âwarnâ,âtsâ:1690350403.5380492,âmsgâ:âEnvironmental variables (APIGW_) and integration gateway settings (most likely changed via admin console) are not the same. When server was restarted, values from environmental variables were copied to settings for easier management. To avoid confusion and potential issues, we suggest you to remove all APIGW_ variablesâ}
{âlevelâ:âwarnâ,âtsâ:1690350403.540236,âloggerâ:âhttp.apigwâ,âmsgâ:âprofiler enabled only for routes with a profiler prefilter, use global setting to enable for all (APIGW_PROFILER_GLOBAL)â}
{âlevelâ:âwarnâ,âtsâ:1690350403.5403652,âloggerâ:âhttp.apigwâ,âmsgâ:âprofiler enabled only for routes with a profiler prefilter, use global setting to enable for all (APIGW_PROFILER_GLOBAL)â}
{âlevelâ:âwarnâ,âtsâ:1690350403.5404513,âloggerâ:âhttp.apigwâ,âmsgâ:âprofiler enabled only for routes with a profiler prefilter, use global setting to enable for all (APIGW_PROFILER_GLOBAL)â}
Showing sql lite database but i want to use postgres what i have to do
can anyone give me the solution please
Keep on it, Iâm watching this thread to learn from it, and try to replicate similar tests. This helps with business-continuity.
This customizing and testing is a great way to validate if an âopensourceâ is an open-source i.e modify-compile-run. After that support contract is good.