1.2 installer getting stuck
- 
					
					
					
					
 When trying to install 1.2 the installer got stuck at the database creation. However 107 database tables were created.  
- 
					
					
					
					
 Hi @Luc 
 would be great if you could mention all the step you follow while installation?
- 
					
					
					
					
 - I cloned https://github.com/bagisto/bagisto.git locally
- I uploaded all files to the webserver
- I've run /public/installer
- The installer worked fine until it started creating the database however there are 107 tables created.
 
- 
					
					
					
					
 @Luc 
 can you run the following command from the bagisto root directorycomposer dump-autoload And share the screenshot if any error comes while executing this command. 
- 
					
					
					
					
 @Vaishali-Agarwal 
 No error message
  
- 
					
					
					
					
 @Luc 
 run the following commands as wellphp artisan migrate 
 php artisan db:seedthen open your project's public folder directory in browser and check the website is working fine? 
- 
					
					
					
					
 Done this and getting 500 Server Error visiting /public 
- 
					
					
					
					
 @Luc 
 go to the .env file and set APP_DEBUG= true , then visit again the /public and share the screenshot of the error.
- 
					
					
					
					
  
- 
					
					
					
					
 @Luc 
 run this command to generate the key
 php artisan key:generate
- 
					
					
					
					
 @Vaishali-Agarwal 
 Done it.
 Terminal says "succeeded" but nothing was written in .env and still the same error. 
- 
					
					
					
					
 @Luc 
 run php artisan config:cache
- 
					
					
					
					
 @Vaishali-Agarwal 
 Still the same. And there's no key added to .env
- 
					
					
					
					
 @Luc 
 as you have installed from .git command so sometimes the app_key is not generated from their.
 Kindly install again from the zip or download Bagisto from here https://bagisto.com/en/download/