De Installation
De Installation
De Installation
Table of Contents:
Step 1: Server Setup
Step 2: Install Required Packages
Step 3: Configure MySQL Server
Step 4: Install CURL, Node, NPM, Yarn
Step 5: Install Frappe Bench
Step 6: Install ERPNext and other Apps
Step 7: Setup Production Server
PRE-REQUISITES:
Operating System: Linux Ubuntu 22.04 LTS
Minimum Recommended Hardware: 2 CPU | 2 GB RAM | 10
GB Disk
Root shell access to the server (via SSH)
1.1 Install GIT
sudo apt-get install git
During the setup process, the server will prompt you with a few questions as
given below. Follow the instructions to continue the setup;
Enter current password for root: (Enter your SSH root user password)
[mysqld]
character-set-client-handshake = FALSE
character-set-server = utf8mb4
collation-server = utf8mb4_unicode_ci
[mysql]
default-character-set = utf8mb4
Once the file is open, hit “i” key to start editing the file.
After you’re done editing the file hit “Esc + :wq” to save the file
2.3 Restart the MySQL server (for the config to take effect)
sudo service mysql restart
source ~/.profile
cd frappe-bench/
bench start
4.4 create a site in frappe bench
Use the bench new-site command to create a new site.
Set up administrator details: After creating the site, you'll need to set an
administrator password and email during the setup process.
URL: http://192.168.65.237:8000
User name: Administrator
password: techbulls123