FrontAccounting/C2/Installation-of-FrontAccounting-on-Linux-OS/English
Title of the Script :FrontAccounting on Linux
Author: Sheetal Prabhu
Keywords: Installation on Linux, version, mysql server
|
|
Slide Number 1
Title Slide |
Hello and welcome to this tutorial on Installation of FrontAccounting on Linux OS. |
Slide Number 2
|
In this tutorial, we will learn -
|
Slide Number 3
System Requirements
|
To record this tutorial, I am using
For installation, you will need-
|
Slide Number 4
Pre-Requisites |
The pre-requisites for installation are-
|
Open browser>> download frontaccounting 2.3.25>>
https://sourceforge.net/projects/frontaccounting/files/latest/download?source=files |
Open any web browser and go to this URL:
https://sourceforge.net/projects/frontaccounting/files/latest/download?source=files |
Download window | Immediately, the download begins.
|
Install apache2 and PHP5 | Next, we need to install apache2 and PHP5 in Ubuntu 14.04 OS. |
Open terminal or type Ctrl+Alt+t key | Open the Terminal by pressing Ctrl+Alt+T keys simultaneously, on the keyboard. |
Type the command
sudo apt-get update |
To update the software source, type the command
sudo apt-get update and press Enter. Give your desktop user password. |
Type the command
apt-get install apache2 libapache2-mod-auth-mysql |
Let us install apache2
Sudo space apt-get space install space apache2 space libapache2-mod-auth-mysql and press Enter. |
o you want to continue? [Y/n] | I will type y to continue this installation.
Press Enter. |
To install php5 and php5-mysql
Type sudo apt-get install php5 php5-mysql
|
Next, we have to install php5 and php5-mysql.
Sudo space apt-get space install space php5 space php5-mysql and press Enter. |
To install mysql
Type sudo apt-get install mysql-server |
Now, we need to install mysql, type the command
sudo space apt-get space install space mysql-server and press Enter. |
Do you want to continue?[Y/N] | I will type y to continue this installation.
Press Enter. |
It will prompt for the mysql space server password. | |
Type root123 | Type the new password as per your choice.
|
Type root123 | Repeat the password again, if prompted. |
From here on, please press Enter after every command that we type on the Terminal.
| |
To enter in mysql server type mysql -u root -p | Now, type
mysql -u root -p |
To create Databases in mysql,
type create database frontacc; |
To create Databases in mysql, type the command
create database frontacc; |
Type the command quit | Type the quit command to exit from mysql server. |
Go to Download folder type cd Downloads | To go to the Downloads folder, type
cd Downloads |
Type tar -zxvf frontaccounting-2.3.25.tar.gz | Next, we have to extract the contents of the tar.gz file that we downloaded earlier.
|
To rename extracted frontaccounting folder as account | Type the command.
mv frontaccounting account
|
Type
/var/www/html |
To move account folder to apache home directory, type
sudo mv account /var/www/html/ |
And type the user password. | |
Type cd /var/www/html | Now, let’s go to the apache home directory.
|
Type chmod -R 777 account
|
To change account folder permission, type
Chmod space-R 777 account |
Go to the web browser >> URL >> localhost/account | Now, let’s go to the web browser and type
localhost/account and press Enter. |
Window system diagnostics window | The window opens with various software packages that are necessary for Frontaccounting. |
Click on the on the Continue button. | Click on the on the Continue button. |
Setup Frontaccounting Database server setting
Click as per narration. |
Click on the following details:
Database root password: root123 Database name frontacc
|
Next step is Company settings | Next, you will need to put the details of your own company.
|
Type in Company Name >> ST Co. Pvt. Ltd. | I will type the Company Name as
ST Co. Pvt. Ltd. |
Point to the Admin password | I will type the password as spoken.
|
Point to the Re-enter password | Re-enter the password.
|
Click on the dropdown box>> select Charts of Accounts>> | We can see two options for the charts of accounts.
I will select Standard new company American COA (4digits). |
Point to the Select Default Language>> English | Select the Default Language as English. |
Click on the Continue button | Click on the Continue button. |
Frontaccounting page opens | We can see the window that shows the Frontaccounting ERP has been installed successfully. |
This is how we can install Frontaccounting on Linux machine.
| |
Slide Number 5
In this tutorial, we have learnt to |
In this tutorial, we have learnt how to install Frontaccounting software on a Linux machine. |
Slide Number 6
Acknowledgement This video summarizes the Spoken Tutorial project If you do not have good bandwidth, you can download and watch it. |
Acknowledgement
This video summarizes the Spoken Tutorial project.
|
Slide Number 7
|
We conduct workshops using Spoken Tutorials and give Certificates.
For more information, please contact us. |
Slide Number 11 | The Spoken Tutorial Project is funded by NMEICT MHRD Government of India.
This tutorial has been contributed by Sheetal Prabhu. from IIT Bombay. Thank you for joining. |