Skip to content

Commit 85c12b9

Browse files
authored
Update server_setup_guide.sh
1 parent 1b56d97 commit 85c12b9

File tree

1 file changed

+1
-27
lines changed

1 file changed

+1
-27
lines changed

server_setup_guide.sh

+1-27
Original file line numberDiff line numberDiff line change
@@ -87,31 +87,5 @@ docker compose up -d
8787

8888
#################################################################### STOP VIDEO 4
8989
#################################################################### START VIDEO 5 HERE
90-
##### MERGIN MAPS.
91-
git clone https://github.com/MerginMaps/server.git
92-
mv server mergin
93-
sudo rm -r server
94-
cd mergin
95-
rm .prod.env
96-
# MAKE THIS FILE SPECIFIC TO YOUR DEPLOYMENT AND PASTE IT IN AFTER RUNNING THE NEXT COMMAND: https://github.com/geoace/mergin_tutorials/blob/main/.prod.env
97-
# If using GMAIL account, then MAIL_PASSWORD should be generated at https://myaccount.google.com/apppasswords
98-
nano .prod.env
99-
100-
101-
rm nginx.conf
102-
nano nginx.conf
103-
# MODIFY AND PASTE CONTENT FROM https://github.com/geoace/mergin_tutorials/blob/main/nginx.conf
104-
# But change server_name on 80 and 443 code blocks as necessary
105-
# Same with SSL Certificates
106-
107-
# docker compose file
108-
rm docker-compose.yml
109-
# MAKE THIS FILE SPECIFIC TO YOUR DEPLOYMENT AND PASTE CONTENT FROM https://github.com/geoace/mergin_tutorials/blob/main/docker-compose.yml
110-
nano docker-compose.yml
111-
112-
113-
#################################################################### STOP VIDEO 5
114-
#################################################################### START VIDEO 6 HERE
115-
#################################################################### STOP VIDEO 6
116-
#################################################################### START VIDEO 7 HERE
90+
11791

0 commit comments

Comments
 (0)