Non-Technical Users
If you have purchased the InfyJobs system then you will be able to find 2 different zip files into it.
- dist.zip
- src.zip
As a non-technical user, you need to use a dist.zip file.
Extract that file on your local and follow the following steps:
1. Copy files to a web server
Upload dist.zip to your web server's root (public_html) and extract it there. If you are installing it on subdomain then do extract it in your subdomain's root folder.
2. Setup your Database
Open PHPMyAdmin on your server and do a login.
Click on the Databases tab.
Create a new database and specify a Database name of your choice and click the Create button.
Now on the left, select the database that you have created and click Import in the top menu
Under Import, choose the database SQL file from dist/database/infy_crm.sql
from the extracted file from your local and click the Go button.
3. Setup environment file
Open .env
file on your server's root folder.
Update your .env
file
You can find here which env you need to replace
You can also use your choice of storage driver to store your media assets if you want. All of your attachments will be placed into that. And you should be ready to go.
4. Admin login
You can do admin login by accessing given URL.
YOUR_APP_URL/login
email: admin@infycrm.com
password: 123456