You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

69 lines
1.7 KiB

notifications:
webhooks:
urls:
- https://webhooks.gitter.im/e/bd77a26eab56de803949
11 years ago
on_success: always # options: [always|never|change] default: always
on_failure: always # options: [always|never|change] default: always
on_start: false # default: false
language: bash
before_install:
before_script:
11 years ago
- sudo apt-get -qq purge mysql* graphviz*
- sudo apt-get -qq autoremove
script:
- sudo echo -e "[user]\n\tname = Mitesh Shah\n\temail = root@localhost" > ~/.gitconfig
- sudo echo "Travis Banch = $TRAVIS_BRANCH"
11 years ago
- sudo bash -x bin/install.sh $TRAVIS_BRANCH
11 years ago
11 years ago
- sudo ee stack install
- sudo ee stack purge
11 years ago
- sudo ee system install nginx
- sudo ee system install php
- sudo ee system install mysql
- sudo ee system install postfix
- sudo ee system install phpmyadmin
- sudo ee system install adminer
11 years ago
- sudo ee system install wpcli
- sudo ee system install utils
11 years ago
11 years ago
- sudo cat /var/log/easyengine/*
- sudo ls -lah /usr/local/sbin
- sudo find /usr/local/sbin
- sudo ls -lah /usr/share/easyengine
- sudo find /usr/share/easyengine
- sudo ls -lah /usr/local/lib/easyengine
- sudo find /usr/local/lib/easyengine
- sudo wp --allow-root --info
- sudo bash -x ee system status
- sudo bash -x ee stack stop
- sudo bash -x ee stack start
- sudo bash -x ee stack restart
- sudo bash -x ee stack reload
- sudo bash ee info nginx
- sudo bash ee info php
- sudo bash ee info mysql
- sudo bash ee info
11 years ago
- sudo bash ee site create html.com
- sudo bash ee site create html2.com --html
- sudo bash ee site info html.com
- sudo bash ee site show html.com
- sudo bash ee site list
- sudo bash ee site list available
- sudo bash ee site create php.com --php
- sudo bash ee site create mysql.com --mysql
- sudo bash mysql -e "show databases"