-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrecipe.yaml
More file actions
104 lines (84 loc) · 2.74 KB
/
recipe.yaml
File metadata and controls
104 lines (84 loc) · 2.74 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
$engine: 3
$onesync: on
name: RedEMRP Framework
author: amakuu & Ktos & Kane & Sinatra
description: A lightweight but robust framework for RedM RP servers!
tasks:
# Download Base Files
- action: download_github
src: https://github.com/RedEM-RP/txAdminRecipe
ref: main
dest: ./tmp/redemrp
- action: move_path
src: ./tmp/redemrp/server.cfg
dest: ./server.cfg
- action: move_path
src: ./tmp/redemrp/ServerLogo.png
dest: ./ServerLogo.png
# Prepare Database
- action: connect_database
- action: query_database
file: ./tmp/redemrp/redemrp.sql
# STANDALONE
- action: download_github
src: https://github.com/citizenfx/cfx-server-data
subpath: resources
dest: ./resources/[cfx]
- action: download_file
path: ./tmp/files/oxmysql.zip
url: https://github.com/overextended/oxmysql/releases/download/v2.5.4/oxmysql.zip
- action: unzip
dest: ./resources/
src: ./tmp/files/oxmysql.zip
# Downloading RedEM-RP resources
- action: download_github
dest: ./resources/redem_roleplay
ref: master
src: https://github.com/RedEM-RP/redem_roleplay
- action: download_github
dest: ./resources/[REDEMRP]/redemrp_menu_base
ref: master
src: https://github.com/RedEM-RP/redemrp_menu_base
- action: download_github
dest: ./resources/[REDEMRP]/redemrp_creator
ref: main
src: https://github.com/RedEM-RP/redemrp_creator
- action: download_github
dest: ./resources/[REDEMRP]/redemrp_clothes_store
ref: main
src: https://github.com/RedEM-RP/redemrp_clothes_store
- action: download_github
dest: ./resources/[REDEMRP]/redemrp_charselect
ref: main
src: https://github.com/RedEM-RP/redemrp_charselect
- action: download_github
dest: ./resources/[REDEMRP]/redemrp_respawn
ref: master
src: https://github.com/RedEM-RP/redemrp_respawn
- action: download_github
dest: ./resources/[REDEMRP]/redemrp_inventory
ref: main
src: https://github.com/RedEM-RP/redemrp_inventory
- action: download_github
dest: ./resources/[REDEMRP]/redemrp_status
ref: main
src: https://github.com/RedEM-RP/redemrp_status
- action: download_github
dest: ./resources/[REDEMRP]/redemrp_banking
ref: main
src: https://github.com/RedEM-RP/redemrp_banking
- action: download_github
dest: ./resources/[REDEMRP]/redemrp_bossmenu
ref: main
src: https://github.com/RedEM-RP/redemrp_bossmenu
- action: download_github
dest: ./resources/[REDEMRP]/redemrp_progressbars
ref: main
src: https://github.com/RedEM-RP/redemrp_progressbars
- action: download_github
dest: ./resources/[REDEMRP]/redemrp_shops
ref: main
src: https://github.com/RedEM-RP/redemrp_shops
# Clean up
- action: remove_path
path: ./tmp