You are here

Magento installation

DDKits Magento installation

 

 

1- Make sure DDKits software is installed

ddk install

2- Start your environment installation

ddk start

3- Fill all information needed as the image below

 

4- Open any browser and try to opend the domain that you picked for your environment (our example here we picked magento.dev)

 

Because of Magento security purposes, they required to login into your account in magento.com first to finish the installation process

The repo.magento.com repository, where Magento 2 and third-party component Composer packages are stored, requires authentication. To provide secure authentication, we enable you to generate a pair 32-character authentication tokens you can use to access the repository. You generate, access, and can also delete or regenerate your keys using Magento Marketplace.

To get your authentication keys:

  1. Go to Magento Marketplace.

  2. Click Sign In and enter your login credentials.

    If you don’t have a free account, click Create an Account.

  3. After you log in, click My Access Keys as the following figure shows.

    Get your secure access keys on Magento Marketplace

  4. If you already have keys, use the Public Key as your user name and the Private Key as your password.

  5. To create a new key pair, click Create a New Access Key.

    The following figure shows an example.

  6. When prompted, enter a descriptive name to identify the key pair.

  7. Click Generate New.

    Use the Public key as your user name and the Private key as your password.

Manage your authentiation keys

You can optionally disable or delete authentication keys you created. For example, you can disable or delete keys for security reasons after someone left your organization.

  • To disable keys: Click Disable. You can do this if you want to suspend use of your keys.

  • To enable a previously disabled key: Click Enable.

  • To delete keys: Click Delete.

You cannot delete or disable keys you created by signing in to magento.com. To manage those keys:

  1. Log in to your magento.com account.

  2. In the top navigation bar, click Connect.

  3. In the left pane, click Secure keys.

    Access your keys

  4. Enable or disable the desired keys.

source: Magento Docs

5- Go to your DDKits project folder and open your terminal again, then run the command below and fill the information as the instructions above:

ddk com

 

- check all permissions in your DDkits folder and make sure that you change the mag-deploy folder with all files inside into write and read for all. or by command line:

sudo chmod -R 777 mag-deploy

 

Magento home directory :

mag-deploy/public