Account

Translate

Facebook

Research

Last subscribed

Statistics

Help - Configuration - Installation

CSV Reader Tool: Step-by-Step Installation Guide

Follow these instructions to install the CSV Reader Tool on your server.

Step 1: Install Server Dependencies

Connect to your server via SSH and verify that Python 3 is installed:

Bash

python3 --version

If Python 3 is present, run the following commands to install the required dependencies (Ubuntu/Debian environment):

Bash

sudo apt-get update
sudo apt-get install python3-pip -y
sudo pip3 install numpy pandas

Step 2: Configure Virtual Host (CGI Support)

Ensure your Apache virtual host file is configured to execute CGI scripts. Update your site's VHost configuration file to include the following directives:

Apache

ScriptAlias /cgi-bin/ /var/www/website/public_html/cgi-bin/

<Directory "/var/www/website/public_html/cgi-bin/">
    AllowOverride All
    Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
    Require all granted
    AddHandler cgi-script .cgi .py
</Directory>

<Directory "/var/www/website/public_html/">
    Options +ExecCGI
    AllowOverride All
    Require all granted
</Directory>

Note: Remember to restart Apache after modifying your virtual host configuration:

Bash

sudo systemctl restart apache2

Step 3: Upload Application Files

Upload all application files to your Web Server Document Root directory (e.g., public_html/).

Step 4: Configure cgi-bin Permissions

Set the correct permissions on the cgi-bin directory so Apache can execute the scripts:

Bash

chmod -R 0755 /var/www/website/public_html/cgi-bin/

Step 5: Configure upload Directory Permissions

Set write permissions on the upload directory to allow Apache to store processed files:

Bash

chmod -R 0775 /var/www/website/public_html/upload/

Step 6: Verify Installation

Navigate to your application domain in a web browser to test the script, verify file uploads, and ensure all features execute correctly.



Source : csvreader

Price: $ 00.00 CAD to access csvreader extensions, forum support, chatbox support and update support



Installation

The 2018-11-02 at 10:28:58

Author: csvreader Man

Rank: Administrator

Views total: 1489

Comments total: 0

Likes: 0

Dislikes: 0

Votes: Autorized

Comments: Autorized

Article source: csvreader

Modified the 2026-08-03 at 15:50:04

+ Add to my contacts

Return to the articles list

Votes

Identity verification:

Enter (000) in this field:

0

0

Comments:

The news

The news section containing all the latest post from each section.

References

Title: Credits Policies

Category: Credits

Votes status: Authorized

Comments status: Authorized

Views total: 745

Comments total: 0

Votes results: 0 0

Article author: csvreader Man

Author rank: Administrator

Article date: 2022-07-13

Article time: 10:41:44

Article source: csvreader

View article...

Modified the 2026-08-03 at 15:39:24

Tutorials

Title: Demo

Category: Configuration

Votes status: Authorized

Comments status: Authorized

Views total: 1379

Comments total: 0

Votes results: 0 0

Article author: csvreader Man

Author rank: Administrator

Article date: 2019-01-18

Article time: 07:12:56

Article source: csvreader

View article...

Modified the 2026-08-03 at 15:41:14

Forum

Title: Content Revision - Job offer

Category: Contribute

Votes status: Authorized

Comments status: Authorized

Views total: 1600

Comments total: 0

Votes results: 0 0

Article author: csvreader Man

Author rank: Administrator

Article date: 2022-07-15

Article time: 08:08:25

Article source: csvreader

View article...

Modified the 2026-08-03 at 15:42:03

Help

Title: Installation

Category: Configuration

Votes status: Authorized

Comments status: Authorized

Views total: 1490

Comments total: 0

Votes results: 0 0

Article author: csvreader Man

Author rank: Administrator

Article date: 2018-11-02

Article time: 10:28:58

Article source: csvreader

View article...

Modified the 2026-08-03 at 15:50:04

Downloads

Title: CSV Reader

Category: CSV reader

Votes status: Authorized

Comments status: Authorized

Views total: 1661

Comments total: 0

Votes results: 0 0

Article author: csvreader Man

Author rank: Administrator

Article date: 2018-11-02

Article time: 09:57:41

Article source: csvreader

View article...

Modified the 2026-08-03 at 18:00:23