
If you are on a *nix machine and got issues with pages staying white it probably has to do with permissions. Your project has now been installed! Permissions Building modContext from contexts/.īuilding modContextSetting from context_settings/.įorcing build, removing prior Resources.īuilding modTemplateVar from template_variables/.īuilding modTemplateVarTemplate from template_variables_access/.ĭone! Time: 9,603ms | Memory Usage: 15.65 mb | Peak Memory Usage: 17.97 mb The result should look something like this, don't worry if it generates some errors about MySQL queries it should still work. gitify, the result should look something like this: Searching Provider for Ace.Īfter all the packages are installed we are ready to complete the project installation with this command: Gitify build -force This command installs all the packages defined in. But installing them one by one is going to be a hassle so we're just gonna execute this command: Gitify install:package -all MODX has now been freshly installed and is now ready to have extras installed. ĭone! Time: 133,557ms | Memory Usage: 2.25 mb | Peak Memory Usage: 2.31 mb
#Gitify modx install
Please complete following details to install MODX.

Moving unzipped files out of temporary directory.

The result should look like this: Downloading MODX from. Now we are ready to tell gitify to install the latest MODX and all needed packages: Gitify install:modxĪfter you've used this command Gitify will ask you some questions, if you didn't create a database yet you can put in the details of a MySQL user who has the rights to create databases. If you are using a custom repository like the one from ModMore you should edit the repository details to authenticate to that repository. Once your project has been cloned go into that projects directory. To install a gitify project you first have to install Gitify:Īfter it has been installed globally we can start installing the project: Cloning and Configuringįirst we clone the repository inside a new project folder: git clone REPOSITORY-LINK PROJECT-NAME

When you built a site with Gitify, and committed the data to a repository, you will at some point need to use the data to set up a copy of that site.
