I tried installing it and I was getting 500 error.
Then I noticed in the .env file we need to make app installed is true.
So what I did was:
- Unzip File
- Create DB
- in .env add the DB credentials
- Open the link
www.example.com
- Install the script
- After that error 500 appears
- Open .env and make APP_INSTALLED=true
- Then checked my PHP admin and the DB is created but all tables are empty including the users No admin user was created (even thought I entered the details) when installing the script.
- Next I created a new User.
- Then in Node Js Manager add the server details and when I run the Node Service my front end stops working.
Am I doing anything wrong?
Please help.
Thanks