Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fsspencer/bash-create-magento2-project
Bash Script to create a new Magento 2 project
https://github.com/fsspencer/bash-create-magento2-project
Last synced: 20 days ago
JSON representation
Bash Script to create a new Magento 2 project
- Host: GitHub
- URL: https://github.com/fsspencer/bash-create-magento2-project
- Owner: fsspencer
- Created: 2017-02-06T11:42:03.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-06T11:51:14.000Z (almost 8 years ago)
- Last Synced: 2024-11-05T10:13:52.102Z (2 months ago)
- Language: Shell
- Homepage: http://codealist.net
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Create Magento 2 Project!
===================This is a simple bash script to create a Magento project using php and composer.
----------
Requirements
-------------- PHP (accessible via command line as "php")
- Composer
- Unix/OSX environmentInstallation
-------------# Create a scripts directory
$ mkdir ~/.scripts
# Go to your scripts directory and clone the repository
$ cd ~/.scripts
$ git clone https://github.com/fsspencer/bash-create-magento2-project ./
# Remove the git directory
$ rm -rf .gitUsage
-------------# Create a project directory wherever you want
$ mkdir ~/my-project
# Go to your project directory
$ cd ~/my-project
# Execute the script
$ sh ~/.scripts/bash-create-magento2-project/create-m2.sh
# Alternatively you can create an alias in your profile file that points to the .sh file in order to use it with a shorter command