| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Gitpod is a ready-to-code dev environment with a single click. It will allows you to develop plugin or theme directly from your browser.
Just copy the .gitpod.yml and .gitpod.dockerfile to your project root directory and push to your remote repository.
Also, the wp-setup-plugin (or wp-setup-theme) will search for a .init.sh file in your project root directory and execute it (if exists). Then, you can use the wp-cli to install plugins, install themes, and more. Or create your own tasks.
# .init.sh
wp plugin install woocommerce --activate # install WooCommerce
wp plugin activate ${REPO_NAME} # activate your pluginProject dependencies (in composer.json or package.json) are automatically installed.
Now you access https://gitpod.io/#<url-of-your-github-project>.
Example: https://gitpod.io/#https://github.com/luizbills/wp-tweaks/
Your admin credentials:
username: admin password: password
You can use the following commands in terminal:
You can setup your PHP on .htaccess file (eg: php_value max_execution_time 600)
To contribute, follow these steps:
Alternatively see the GitHub documentation on creating a pull request.
Just found a bug? Report it on GitHub Issues.
MIT © 2019 Luiz Paulo "Bills"
Made with ❤ in Brazil
| Back | FazBrowse Home | New Git URL |