Is it possible to disable wordpress and joomlatools pages install and only use joomla? #98
-
In joomlatools server. Is it possible to disable wordpress and joomlatools pages install and only use joomla? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Both automated Wordpress and Joomla installs can easily be disabled by changing your local .env file. The default file we added sets up both Joomla and Wordpress mostly for testing purposes while we are working on server. Jus remove
From https://github.com/joomlatools/joomlatools-server/blob/master/.env to disable installing Wordpress, or you can remove both the default Joomla and Wordpress installs and use Pages is automatically installed as it's used for the internal dashboard which us being worked on in #55. The dashboard is running Pages in standalone mode. It's not automatically installed in Joomla. |
Beta Was this translation helpful? Give feedback.
Both automated Wordpress and Joomla installs can easily be disabled by changing your local .env file. The default file we added sets up both Joomla and Wordpress mostly for testing purposes while we are working on server. Jus remove
From https://github.com/joomlatools/joomlatools-server/blob/master/.env to disable installing Wordpress, or you can remove both the default Joomla and Wordpress installs and use
jtctl
to create sites. See: #71Pages is automatically installed as it's used for the internal dashboard which us being worked on in #55. The dashboard is running Pages in standalone mode. It's not automatically installed in Joomla.