0% found this document useful (0 votes)
9 views7 pages

AIGEN Installation Guide 1.0.0

The AIGEN Installation Guide provides detailed instructions for setting up and deploying the product version 1.0.0, including package content, database setup, and configuration steps. Users are guided to copy necessary files to their web server, create and configure a database, and adjust settings in the .env file. The document also offers support contact information and encourages users to reach out for customization or assistance.

Uploaded by

antima778kumari
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
9 views7 pages

AIGEN Installation Guide 1.0.0

The AIGEN Installation Guide provides detailed instructions for setting up and deploying the product version 1.0.0, including package content, database setup, and configuration steps. Users are guided to copy necessary files to their web server, create and configure a database, and adjust settings in the .env file. The document also offers support contact information and encourages users to reach out for customization or assistance.

Uploaded by

antima778kumari
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

By

Installation Guide

Product Version: 1.0.0


Table of Contents
Package Content & Setup....................................................................................................... 3
Setup Database ..................................................................................................................... 3
Configure & Setup files...................................................................................................................4
Deployment ........................................................................................................................... 6
Thank you ............................................................................................................................. 7

AIGEN – INSTALLATION GUIDE - Wednesday, December 27, 2023


Package Content & Setup
Files & Directories in Download Package
In the downloaded Zip file, you will find below files & folders:
• Source – a folder containing all the required files you need to deploy on to the server.
• [Link] - a file containing admin email & password which you can change later.
• [Link] - a file containing database structure & initial data to get started.
• [Link] – an Instruction manual for setup your site.
• [Link] - an Instruction manual for installation (This Document).
• [Link] – Technical information may help for further customizations.

Now you need to copy all the source folder files to your web server where you want it to access /
host.
Please note your public folder will be your document root.

Setup Database
Follow the below steps to setup database.
• Create a database using your choice of tool for the demonstration purposes we have
used phpmyadmin if you are doing it on shared hosting database creation method may
vary you may also need to create & assign user to it.
• Once database is created, say sample_database
• Then you need to click on sample_database database from left sidebar
• go to the phpMyAdmin and click on SQL tab.
• Open [Link] in any text editor
• Copy the content of the file & paste it into selected SQL tab OR import it.

AIGEN – INSTALLATION GUIDE - Wednesday, December 27, 2023


Or you can import this file.

and click on go button, to execute the queries.


• If everything goes fine, there should not be any errors & your database setup is now
completed.

Configure & Setup files

Now go to Source folder & open .env file in to text/code editor.


• Default APP_KEY provided works fine but if you want to change you can do it using
Laravel Artisan command.
• Now you need assign values for Database Configuration so the application can connect to
database.

AIGEN – INSTALLATION GUIDE - Wednesday, December 27, 2023


o DB_HOST - your database host in most cases its localhost
o DB_DATABASE - your database name.
o DB_USERNAME - your database username.
o DB_PASSWORD - your database password.

Mail configuration can be done using the settings under this head. More information
[Link]

AIGEN – INSTALLATION GUIDE - Wednesday, December 27, 2023


Deployment
If everything goes fine you are now ready to deploy. Now you need to copy all the source folder
files to your web server, where you want it to access / host.

If you done above steps carefully and for example If you placed this in the root of your domain,
and configure your server to point webroot to public folder then you should access by pointing
your browsers address bar to [Link] or you need to access it like
[Link]

Note: If you are on shared hosting and unable to point your server domain to the public folder
and you want to remove public from your URL, please see FAQ section of technical guide.

Important Note:
If some problem occurs, please change APP_DEBUG mode to true in .env file so you can see the
errors.

AIGEN – INSTALLATION GUIDE - Wednesday, December 27, 2023


Thank you

This information would help you to customize understand application better

Once again thank you so much for purchasing this product. I would be glad to help you if you
have any questions relating to this product. No guarantees, but I will do my best to assist.

We have small team of Designer & Developers, here are some of the Great tools and
technologies we use day2day for the development: HTML5, CSS3, jQuery, PHP, Laravel,
AngularJS etc.

we also build iOS & Android Application.

If you need any Customization Work / Support on this Product or having any project for us.
Please feel free to email us at contact@[Link]

[Link] | contact@[Link] | @livelyworks |


[Link]

AIGEN – INSTALLATION GUIDE - Wednesday, December 27, 2023

You might also like