Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bobvanluijt/magento2-sample-rest-setup-bash
Bash script to setup Magento 2 + sample data + enabled REST API setup
https://github.com/bobvanluijt/magento2-sample-rest-setup-bash
Last synced: 24 days ago
JSON representation
Bash script to setup Magento 2 + sample data + enabled REST API setup
- Host: GitHub
- URL: https://github.com/bobvanluijt/magento2-sample-rest-setup-bash
- Owner: bobvanluijt
- Created: 2016-10-20T11:38:17.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-12-01T15:43:18.000Z (about 8 years ago)
- Last Synced: 2024-12-15T11:57:11.222Z (26 days ago)
- Language: Shell
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# magento2-sample-REST-setup-bash
Bash script to setup Magento 2 + sample data + enabled REST API setup
Exec this script to setup Magento with a REST API enabled.
_Note: When the scripts asks for password, it would be for mysql's root user_
_Note: not for production, just for testing ;-)_
## Simple usage
```
$ sudo su
$ cd ~ && wget https://raw.githubusercontent.com/bobvanluijt/magento2-sample-REST-setup-bash/master/install.sh && chmod +x install.sh && ./install.sh
```Notes:
- Tested on Ubuntu 16.04 LTS
- It assumes that the domainname DNS is set (because of letsencrypt)