PAlexanderFranklin
69daa7566e
Try latest thing
2024-03-21 13:02:08 -07:00
PAlexanderFranklin
c572d297cc
move ssh://
2024-03-21 12:54:22 -07:00
PAlexanderFranklin
149649b6d4
Use argument for ssh test
2024-03-21 12:53:30 -07:00
PAlexanderFranklin
2dcc36ecd1
Try the same thing again
2024-03-21 12:50:48 -07:00
PAlexanderFranklin
9978aebaea
Try both quotes and escape
2024-03-21 12:48:02 -07:00
PAlexanderFranklin
aab5999af5
Add escape char instead
2024-03-21 12:46:08 -07:00
PAlexanderFranklin
6d686b3122
Add quotation marks cause ssh -T complained about -e option
2024-03-21 12:44:56 -07:00
PAlexanderFranklin
355e2b383c
try it without the symbolic link
2024-03-21 12:43:41 -07:00
PAlexanderFranklin
3982bcbc6d
disable verbose, add test ssh connection
2024-03-21 12:37:57 -07:00
PAlexanderFranklin
75852c07e4
Add identityfile to ssh config
2024-03-21 12:20:49 -07:00
PAlexanderFranklin
11a1fce262
Use secrets instead of copy
2024-03-21 11:59:07 -07:00
PAlexanderFranklin
0ef7f29e5a
try again
2024-03-21 11:49:42 -07:00
PAlexanderFranklin
b94cffdc34
change to relative path
2024-03-21 11:48:43 -07:00
PAlexanderFranklin
12629a4520
Add absolute paths for ssh
2024-03-21 11:39:24 -07:00
PAlexanderFranklin
b91a9b17a1
ditto
2024-03-20 13:20:10 -07:00
PAlexanderFranklin
f57ead3bd5
Change home to absolute path
2024-03-20 13:18:52 -07:00
PAlexanderFranklin
aceb7f9709
Fix ssh for erpnext
2024-03-20 13:14:58 -07:00
PAlexanderFranklin
82aa5d9570
Remove unfound package openssh-ssh
2024-03-20 12:53:56 -07:00
PAlexanderFranklin
15e61a6655
Add home/ to testfolder cause permissions issues
2024-03-20 12:51:48 -07:00
PAlexanderFranklin
7269b21dd0
move image into root
2024-03-20 12:34:25 -07:00
PAlexanderFranklin
9004454313
Change context back, add dockerfile path
2024-03-20 12:23:33 -07:00
PAlexanderFranklin
b6306af846
fix containerfile case
2024-03-20 11:46:22 -07:00
PAlexanderFranklin
05e9080312
Separate build into context and dockerfile
2024-03-20 11:45:27 -07:00
PAlexanderFranklin
f474f31ca2
Add docker file to end of path
2024-03-20 11:42:19 -07:00
PAlexanderFranklin
2cc5bd4baa
build docker file locally
2024-03-20 11:34:52 -07:00
PAlexanderFranklin
0cef52c210
Update readme to use installer
2024-03-13 12:58:13 -07:00
PAlexanderFranklin
ceca0e3332
Change repo relative path from installer
2024-03-13 12:19:10 -07:00
PAlexanderFranklin
5fababa5f9
Revert "change easy-installer repo directory; comment out clone function"
...
This reverts commit 73139b7a456cb224ea40f6a01989b63ee7637a45.
The new directory did not seem to work, so we changed it back.
2024-03-13 12:17:39 -07:00
PAlexanderFranklin
73139b7a45
change easy-installer repo directory; comment out clone function
...
Commented because the clone function puts the repo in a different
spot than the check function does.
2024-03-13 12:11:16 -07:00
PAlexanderFranklin
c471c1a9ee
Add easy-installer from bench repository
2024-03-13 12:01:10 -07:00
PAlexanderFranklin
0b0646e363
Add tentative ssh environment to docker image
2024-03-13 11:45:21 -07:00
PAlexanderFranklin
9d24abbee4
Fix typos, add env variables to final bench command
2024-03-13 11:36:41 -07:00
PAlexanderFranklin
b1ae5183a7
Add docker instructions to README
2024-03-12 16:58:45 -07:00
Revant Nandgaonkar
636c442fdb
fix(dev): remove ssh from post start command ( #1349 )
...
no ssh service installed in frappe/bench:latest
for custom usage add to gitignored .devcontainer
2024-03-10 05:38:16 +05:30
github-actions
76976c30e1
chore: Update example.env
2024-03-07 09:33:50 +00:00
github-actions
82c65ec147
chore: Update example.env
2024-03-06 14:57:10 +00:00
github-actions
1eafdcdc85
chore: Update example.env
2024-03-06 03:40:05 +00:00
dependabot[bot]
997473863e
chore(deps): bump pytest from 8.0.2 to 8.1.0 ( #1347 )
...
Bumps [pytest](https://github.com/pytest-dev/pytest ) from 8.0.2 to 8.1.0.
- [Release notes](https://github.com/pytest-dev/pytest/releases )
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/pytest/compare/8.0.2...8.1.0 )
---
updated-dependencies:
- dependency-name: pytest
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-04 14:11:59 +05:30
Malay Gondalia
ede911af0a
Update custom-apps.md ( #1344 )
...
* Update custom-apps.md
made document clear to insert custom app to build and resolved error -
"url": "https://user:password@git.example.com/project/repository.git ",
to "url": "https://{{ PAT }}@git.example.com/project/repository.git",
* docs: remove comments from shell commands
---------
Co-authored-by: Revant Nandgaonkar <revant.one@gmail.com>
2024-02-29 20:59:32 +05:30
John Haugabook
955a3b0b65
fix: grammar and links ( #1342 )
...
Made grammar corrections, and added links to the prerequisite installations.
2024-02-29 17:46:18 +05:30
HENRY Florian
e582a2448d
fix: add file cmd because restore bench need it since frappe commit: 50d21677b872ff89d2912c7b57467757a35f549a ( #1343 )
2024-02-29 17:45:56 +05:30
github-actions
33cbdb2693
chore: Update example.env
2024-02-28 05:22:17 +00:00
dependabot[bot]
ab0d6ad9e5
chore(deps): bump pytest from 8.0.1 to 8.0.2 ( #1341 )
...
Bumps [pytest](https://github.com/pytest-dev/pytest ) from 8.0.1 to 8.0.2.
- [Release notes](https://github.com/pytest-dev/pytest/releases )
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/pytest/compare/8.0.1...8.0.2 )
---
updated-dependencies:
- dependency-name: pytest
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-27 02:41:20 +05:30
github-actions
4c0aba6b0c
chore: Update example.env
2024-02-26 07:42:07 +00:00
github-actions
3bc28d38b2
chore: Update example.env
2024-02-22 11:27:44 +00:00
github-actions
d028de4898
chore: Update example.env
2024-02-22 05:47:42 +00:00
github-actions
3360d23e55
chore: Update example.env
2024-02-21 05:38:43 +00:00
dependabot[bot]
2c317cb62d
chore(deps): bump pytest from 8.0.0 to 8.0.1 ( #1339 )
...
Bumps [pytest](https://github.com/pytest-dev/pytest ) from 8.0.0 to 8.0.1.
- [Release notes](https://github.com/pytest-dev/pytest/releases )
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/pytest/compare/8.0.0...8.0.1 )
---
updated-dependencies:
- dependency-name: pytest
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-19 18:31:25 +05:30
github-actions[bot]
edb9948fc9
chore(deps): Update pre-commit hooks ( #1338 )
...
Co-authored-by: vrslev <75225148+vrslev@users.noreply.github.com>
2024-02-19 18:31:06 +05:30
github-actions
f60dc88637
chore: Update example.env
2024-02-19 05:42:49 +00:00