oneago / installer
Arcturus framework installer
Installs: 17
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/oneago/installer
Requires
- php: >=7.2
- symfony/console: ^5.2
- symfony/process: ^5.2
README
Installation
Install composer in your pc and run:
composer global require oneago/installer
Next steep depends of your OS
Mac OS X
nano ~/.bash_profile
add into new line export PATH="$HOME/.composer/vendor/bin:$PATH"
Windows
Add into Windows system variables this %USERPROFILE%\AppData\Roaming\Composer\vendor\bin
Linux distributions
nano ~/.bashrc
add into new line export PATH="$PATH:$HOME/.config/composer/vendor/bin"
or export PATH="$HOME/.composer/vendor/bin:$PATH"
finally run
source ~/.bashrc