Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation Instructions #14

Closed
MYITWORKS opened this issue Apr 28, 2016 · 3 comments
Closed

Installation Instructions #14

MYITWORKS opened this issue Apr 28, 2016 · 3 comments

Comments

@MYITWORKS
Copy link

MYITWORKS commented Apr 28, 2016

Hi there,

Is it possible to give a step by step installation instruction?
I really tried everything (composer.json, etc.) but installation wont word.

Every time i edit comoser.json and i try to call http:///setup/#/select-version
the system doesn't react any more.

Edit says:

  • ubuntu 16.04
  • apache 2.4
  • php 7.0
  • magento 2.0.5 clean install with sample data (nothing else)
@dennismetz
Copy link

dennismetz commented Apr 28, 2016

Hi,

  • Edit the composer.json in MagentoRoot... (Copy and paste)
    Should look like this:

"repositories": [
{
"type": "composer",
"url": "https://repo.magento.com/"
},
{
"type": "vcs",
"url": "https://github.com/firegento/firegento-magesetup2"
}
],

  • Terminal/Konsole in MagentoRootFolder -
  • "composer require firegento/magesetup2 @dev"
  • "php bin/magento module:enable FireGento_MageSetup"
  • "php bin/magento setup:upgrade"
  • "php bin/magento magesetup:setup:run de" -> de is the language Code
  • "php bin/magento setup:static-content:deploy"
  • "php bin/magento cache:flush"

PS. Eventually try the installation before installing/get the Sample Data... - this was my Problem

Hope this helps,
Dennis

Updated Comment for better readability

@MYITWORKS
Copy link
Author

MYITWORKS commented Apr 29, 2016

Hey Dennis,

Your instruction worked like a charm. (Maybe you add this to the readme for other people)

Just a little addition: after i did execute

"php bin/magento cache:flush"

and then called the website in a browser (front- or backend) i got an error 500.

I had to reset the file permission with

"chown -R www-data:www-data /var/www/html/"

and it start working again.

(i did all commands as root-user in cli)

Big thanks for the quick reply and greetings from Nuernberg,
Alex

Issue can be closed.

@dennismetz
Copy link

Hey Alex,
thanks for the tip.

I created a pull request with a "Installation Step by Step".

#15

Have a nice weekend and greetings from Frankfurt,
Dennis

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants