Skip to content

Commit

Permalink
Add a terminal tab
Browse files Browse the repository at this point in the history
  • Loading branch information
vboctor committed Feb 21, 2021
1 parent 4ffce42 commit 18cab44
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitpod.yml
Expand Up @@ -13,6 +13,8 @@ tasks:
- name: Server
init: composer install && composer dump-autoload && git submodule update --init && echo "Creating database..." && sleep 5 && mysql -u root -e "create database bugtracker" && cp .gitpod/config_inc.php ./config/ && php ./admin/upgrade_unattended.php && mysql -u root bugtracker -e "INSERT INTO mantis_project_table (name, enabled, view_state, access_min, category_id, inherit_global, description) VALUES ('Test', 1, 10, 10, 1, 1, '')"
command: php -S 0.0.0.0:8000
- name: Terminal
init: echo "Welcome to MantisBT development"

github:
prebuilds:
Expand Down

0 comments on commit 18cab44

Please sign in to comment.