cancel
Showing results for 
Search instead for 
Did you mean: 

Beginner Installation - is this right?

SOLVED

Beginner Installation - is this right?

For a starter/vanilla install, is this the right way of deploying, assuming I want to end up writing some custom modules:

Clone the git repository

Run the 'compose' app which gets all the up to date dependencies.

put all the 35k files onto the host server? no further compilation, include all files, the grunts,etc?

 

 

1 ACCEPTED SOLUTION

Accepted Solutions

Re: Beginner Installation - is this right?

There is no a built-in tool to move a Magento 2 site from a development to production environment.

I have written a bash script for this: https://mage2.pro/t/30

View solution in original post

4 REPLIES 4

Re: Beginner Installation - is this right?

Re: Beginner Installation - is this right?

Thanks for that. Yes, I read that guide from cover to cover. I tried the CLI install, but it only seemed to install the database.

So is it right that you just run compose then ftp the 35k files to a server? There's no 'build' and 'publish' like in .Net (where I come from)?

Re: Beginner Installation - is this right?

There is no a built-in tool to move a Magento 2 site from a development to production environment.

I have written a bash script for this: https://mage2.pro/t/30

Re: Beginner Installation - is this right?

Thanks