FutureAi
  • Documentation
  • 🔵Introduction
    • Introduction
    • Key Feature
  • 🔵Installation
    • Server Requirement
    • Shared Hosting Install
    • Installation Steps
    • Installation with Apache
    • AI Keys for Features
  • 🔵Developer Guide
    • Developer Guide
  • 🔵AI Feature
    • Chat
    • Image
    • Image Editor
    • Audio
    • Ai Resume
    • AI Plagiarism
    • AI Detector
    • AI Pdf To Audio
    • Text To Video
    • Image To Video
    • Image To 3D Generator
    • Text to 3D model Generator
    • Text To voxel To 3D model Generator
    • Voice Over
    • Name Generator
    • AI Code
    • AI Writer
    • Email Campagin
    • Itinerary
    • Cron Job
  • 🔵SETTING UP FutureAi
    • PWA Setup
    • Mail Settings
    • ReCaptcha Setting
    • Setting Up Multicurrency
    • Open AI API Keys
    • Novita AI API Keys
    • Meshy AI API Keys
    • Stability AI API Keys
    • PlagiarismCheck AI API Keys
    • Google Text-to-Speech (TTS) Settings
    • Social Login Settings
      • Facebook Login Setting
      • Google Login Setting
      • GitLab Login Setting
      • Amazon Login Setting
      • LinkedIn Login Setting
      • Twitter Login Setting
    • Payment Gateways
      • PayPal Payment Gateway
      • Stripe Payment Gateway
      • Paytm Payment Gateway
      • PayU Money Payment Gateway
      • Paystack Payment Gateway
      • Flutterwave Payment Gateway
      • Razorpay Payment Gateway
      • Omise Payment Gateway
      • AmarPay Payment Gateway
      • Iyzicopay Payment Gateway
      • SSLCOMMERZ Payment Gateway
  • 🔵FAQ'S
    • Installation FAQ's
    • General Faq's
    • Disclaimer
    • Regular & Extended Licenses
    • Privacy Policy
  • 🔵UPDATE DETAILS
    • Changelog
    • Update Process
  • 🔵conclusion
    • Support
    • Source & Credits
    • Conclusion
Powered by GitBook
On this page
  1. Installation

Installation with Apache

PreviousInstallation StepsNextAI Keys for Features

Last updated 8 months ago

Apache is a popular and widely-used web server software. It is open-source software. It is known for its reliability, flexibility, and security, and is used by many websites and web applications to serve their content to users.

Apache can be used to serve a wide variety of content, including HTML pages, images, videos, and dynamic web applications. It can also be used to handle secure connections using the HTTPS protocol, and it supports a wide variety of programming languages and technologies, such as PHP, Perl, and Python.

It can be run on a variety of operating systems, including Windows, Linux, and macOS.

One of the most popular features of Apache is the ability to use modules to add additional functionality. There are many modules available, such as mod_rewrite, mod_security, and mod_ssl, which can be used to implement features such as URL rewriting, security enhancements, and SSL/TLS support.

Overall, Apache is a robust, reliable, and widely-used web server software that is well suited for serving a wide variety of content. It is also easy to configure and customize to suit the needs of different websites and web applications.

First check all server requirements is OK. read More:

For VPS use Ubuntu 20.0 OR 22.10 OS, Also install Apache 2, PHP 8.2.4, MySQL 5.7, Phpmyadmin, Zip, Unzip and all above mentioned extensions. You can also use Cloud Linux, Centos OS. in apache server root folder: /var/www/html OR /home/user/futureai Before installing, make sure mod_rewrite is enabled.

Unzip the source file

cd /var/www/html OR /home/user/futureai
unzip future-ai.zip

Change the directory/file’s owner to Apache’s running user (www-data for example), to make sure it has proper permission on your source files

sudo chown www-data:www-data -R /var/www/html OR /home/user/futureai
sudo chmod 775 -R /var/www/html OR /home/user/futureai

File and folder permissions for VPS

/bootstrap 777 /public 777 /storage 777 /public/images 777 /public/config.txt 777 .env 777

Then restart Apache.

After that follow Installation Steps :

🔵
https://mediacitydocs.gitbook.io/ai/installation/server-requirement
https://mediacitydocs.gitbook.io/ai/installation/installation-steps