-
Notifications
You must be signed in to change notification settings - Fork 1
Development
Mathias Elle edited this page Dec 13, 2024
·
3 revisions
- Make sure you have DDEV installed.
- To clone this repository, use the command
git clone -b develop [email protected]:OpenForgeProject/mageforge.git
to checkout the develop branch. - Navigate to the cloned directory by running
cd mageforge
. - Start DDEV by running
ddev start
. - Install Magento 2 by running
ddev install-magento
.
Congratulations! You are now running a local development environment for Magento 2.
# add repository
composer config repositories.mageforge vcs https://github.com/OpenForgeProject/mageforge.git
# require module
composer require openforgeproject/mageforge:dev-main --prefer-source
# enable module
bin/magento setup:upgrade