Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
frappe-bench
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
certo
frappe-bench
Commits
2359d227
Commit
2359d227
authored
Oct 13, 2025
by
Vladimir Bashkirtsev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Install bench
parent
78c924bf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
2 deletions
+9
-2
Makefile
Makefile
+9
-2
No files found.
Makefile
View file @
2359d227
...
...
@@ -7,8 +7,8 @@ all:
mv
-v
/data/etc/shadow /etc/shadow
rm
/etc/gshadow
mv
-v
/data/etc/gshadow /etc/gshadow
groupadd
-g
3
1 frappe
useradd
-c
"Frappe framework"
-
d
/run/frappe
-g
frappe
-s
/bin/false
-u
32
frappe
groupadd
-g
10
1 frappe
useradd
-c
"Frappe framework"
-
g
frappe
-u
101
-p
any
-d
/srv/frappe
frappe
rm
/etc/passwd-
rm
/etc/group-
rm
/etc/shadow-
...
...
@@ -22,4 +22,11 @@ all:
mv
-v
/etc/gshadow /data/etc/gshadow
ln
-sv
/data/etc/gshadow /etc/gshadow
mkdir
frappe-home
chown
-R
frappe.frappe
frappe-home
pip3
install
frappe-bench
cd
/srv/frappe
&&
sudo
-u
frappe
-H
HOME
=
$(CURDIR)
/frappe-home bench init
--frappe-branch
version-14 bench
rm
-rf
frappe-home
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment