Replies: 1 comment
-
Have you installed the core application before that? Or did you missed the Installing Mecha in the current folder: cd /var/www
git clone https://github.com/mecha-cms/mecha.git --depth 1 .
git submodule update --init --recursive
git submodule add https://github.com/mecha-cms/x.view.git --depth 1 lot/x/view Installing Mecha in the default folder: cd /var/www
git clone https://github.com/mecha-cms/mecha.git --depth 1
cd mecha
git submodule update --init --recursive
git submodule add https://github.com/mecha-cms/x.view.git --depth 1 lot/x/view Installing Mecha in a custom folder: cd /var/www
git clone https://github.com/mecha-cms/mecha.git --depth 1 custom-installation-folder
cd custom-installation-folder
git submodule update --init --recursive
git submodule add https://github.com/mecha-cms/x.view.git --depth 1 lot/x/view |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I want to install mecha cms via SSH and GIT, but that is'n possible. I see that errors in the console:
Can you please help me with that? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions