1
0
Fork 0
mirror of synced 2024-08-04 04:52:03 +12:00
Commit graph

58 commits

Author SHA1 Message Date
Steven
5d651b9e8a
Update install.php not specify docker-compose.yml file
By not specifying a docker-compose.yml file, docker compose automatically uses the docker-compose.yml file in the project directory and a docker-compose.override.yml file if one is present.
2023-04-30 12:34:55 -07:00
Steven Nguyen
d41df04b6a
Ensure vars are not lost during upgrade
Using a reference on an array element while iterating over it caused
some unexpected behavior. Instead of using a reference, this change
uses a key to allow us to edit the array element.

For reference on the problem, see https://stackoverflow.com/questions/70691375/foreach-with-reference-causing-arrays-last-element-to-repeat.
2023-04-14 16:18:31 -07:00
Christy Jacob
88a77127ea
Merge pull request #2450 from PineappleIOnic/Add-DNS-Warning-Install
Add a DNS warning during install
2022-07-15 13:26:12 +04:00
Torsten Dittmann
93ec03cdb9
Merge pull request #3390 from appwrite/update-compose-v2
Update docker-compose to docker compose
2022-06-19 11:45:34 +02:00
Vincent (Wen Yu) Ge
ef1133913d reverting change in install.php 2022-06-17 16:02:42 +00:00
Vincent (Wen Yu) Ge
0328bec61f update docker-compose to docker compose 2022-06-16 17:23:56 +00:00
Bradley Schofield
666f1fbfb1
Merge branch 'appwrite:master' into Add-DNS-Warning-Install 2022-06-09 13:26:41 +01:00
Matej Bačo
3bb4aab296 Start using docker compose V2 2022-06-09 11:38:38 +00:00
Everly Precia Suresh
19300ccdd7 format files in app, src, tests 2022-05-23 14:54:50 +00:00
Torsten Dittmann
3dcf5704d2 fix: installation overriding default env variables 2022-05-18 15:18:12 +02:00
Bradley Schofield
f70e247906
Update app/tasks/install.php
Co-authored-by: Matej Bačo <matejbaco2000@gmail.com>
2022-05-09 13:13:41 +01:00
Torsten Dittmann
a7ee99dcef fix: utopia view 2021-12-14 10:11:34 +01:00
Christy Jacob
859444703f feat: update PR 2021-12-01 02:41:53 +04:00
Christy Jacob
c1ef83eec7 feat: update PR 2021-12-01 02:39:42 +04:00
Bradley Schofield
1a81f10d89 Add a DNS warning during install 2021-11-30 16:11:45 +00:00
Torsten Dittmann
915dd536d8 fix(install): better warning with missing traefik 2021-08-25 12:01:01 +02:00
Torsten Dittmann
e00dfb44c1 fix(install): safe installation on custom compose 2021-08-25 11:48:05 +02:00
Torsten Dittmann
6e69b0a82b fix(install): escape shell args 2021-07-15 18:12:18 +02:00
Eldad A. Fux
a0daea0bb9
Update app/tasks/install.php 2021-05-18 22:30:17 +03:00
Eldad A. Fux
5185321566
Update app/tasks/install.php 2021-05-18 22:30:09 +03:00
Eldad A. Fux
8ec0c666e4
Update app/tasks/install.php 2021-05-18 22:29:44 +03:00
Damodar Lohani
6bb46a676d multiple backups of old files 2021-05-18 14:21:22 +05:45
Damodar Lohani
52e2dc3182 specify image and org name for main appwrite image 2021-05-18 14:19:19 +05:45
Damodar Lohani
80ded8e77d providing organization and image as param to the installation script and compose file 2021-05-18 13:49:51 +05:45
Damodar Lohani
fd2edd9164 creating backup of existing file 2021-05-18 13:43:01 +05:45
Damodar Lohani
a2466956ec fix filter and mysql root password 2021-05-18 12:18:48 +05:45
Damodar Lohani
7864b19232 supporting generating password and secret key 2021-05-18 12:09:09 +05:45
Eldad A. Fux
52dc0a9f17
Update app/tasks/install.php 2021-05-14 09:58:18 +03:00
Damodar Lohani
bb39d90da6
updating description for param 2021-05-14 11:43:45 +05:45
Damodar Lohani
d198977e5d check interactive with a param 2021-05-12 16:39:14 +05:45
Damodar Lohani
9097cf2d42 unattended installl 2021-05-12 13:57:33 +05:45
Torsten Dittmann
cb5ab4b0b1
fix installation script not saving answers 2021-03-17 14:26:18 +01:00
Torsten Dittmann
bf980d50f7 remove value from analytics events 2021-02-04 11:51:19 +01:00
Torsten Dittmann
2b9c3966d9 remove change whitespace 2021-02-04 11:35:51 +01:00
Torsten Dittmann
f244eaf108 revert to random cid for analytics 2021-02-04 11:33:32 +01:00
Torsten Dittmann
e23828777f add client id to analytics 2021-02-04 10:26:58 +01:00
Torsten Dittmann
0cf42ebad0 fix analytics property and events 2021-02-04 09:20:47 +01:00
Torsten Dittmann
8fddda7e49 introduce analytics to installtion 2021-02-03 17:54:41 +01:00
Torsten Dittmann
5439343748 remove leftovers 2021-01-29 18:40:52 +01:00
Torsten Dittmann
e0f6613b9e remove from install script 2021-01-29 18:38:57 +01:00
Torsten Dittmann
a95c763e7e fix env variables on install 2021-01-29 18:12:59 +01:00
Torsten Dittmann
1ff1105703 revert stupid change and fix it smart 2021-01-29 17:03:33 +01:00
Torsten Dittmann
8598a06f20 fix(install): add .env varaibles to docker-compose 2021-01-29 16:52:16 +01:00
Torsten Dittmann
4dc7204e8b sync 2021-01-29 13:32:20 +01:00
Eldad Fux
4caaf07b09 Updated exit commands 2021-01-29 10:39:42 +02:00
Eldad Fux
bac731e5b2 Docs as code 2021-01-07 22:50:27 +02:00
Eldad Fux
e18d9ca9b8 Upgraded MariaDB image to version 1.2.0 2020-12-12 20:31:57 +02:00
Eldad A. Fux
042660b15c
Feat psalm analysis (#699)
* Added static code analysis
* Updated code to solve psalm issue
2020-10-27 02:08:29 +02:00
Eldad Fux
4f14d79d88 Updated installation 2020-10-25 21:59:18 +02:00
Eldad Fux
c69655a297 Updated setup script 2020-10-25 15:48:04 +02:00