Skip to content

Commit

Permalink
Gitpod Cpp (copied) and PHP Setup
Browse files Browse the repository at this point in the history
  • Loading branch information
codecop committed Oct 10, 2024
1 parent 20608a2 commit 0fa0602
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitpod.dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
FROM gitpod/workspace-mysql
RUN sudo apt-get -y update && sudo apt-get -y install libmysqlcppconn-dev
31 changes: 31 additions & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
image:
file: .gitpod.dockerfile

ports:
- port: 1234
onOpen: open-browser
name: CppEndpoint
description: Lift Pass Pricing Cpp Rest endpoint
visibility: public
- port: 8000
onOpen: open-browser
name: PHPEndpoint
description: Lift Pass Pricing PHP Rest endpoint
visibility: public
- port: 3306
onOpen: ignore
name: MySQL
description: MySQL connector port
visibility: public

vscode:
extensions:
- streetsidesoftware.code-spell-checker
- DavidAnson.vscode-markdownlint
- Gruntfuggly.todo-tree
- llvm-vs-code-extensions.vscode-clangd
- twxs.cmake
- ms-vscode.cmake-tools
- bmewburn.vscode-intelephense-client

workspaceLocation: '/workspace/Refactoring-Kata-Lift-Pass-Pricing/cpp'

0 comments on commit 0fa0602

Please sign in to comment.