Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mespronos/mespronos-scaffolder
Kickstart a new betting website based on Drupal 8
https://github.com/mespronos/mespronos-scaffolder
Last synced: 10 days ago
JSON representation
Kickstart a new betting website based on Drupal 8
- Host: GitHub
- URL: https://github.com/mespronos/mespronos-scaffolder
- Owner: mespronos
- License: gpl-2.0
- Created: 2016-02-02T14:23:34.000Z (almost 9 years ago)
- Default Branch: 8.x
- Last Pushed: 2016-02-12T13:04:17.000Z (almost 9 years ago)
- Last Synced: 2024-11-16T15:53:38.815Z (about 2 months ago)
- Language: Shell
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#MesPronos Site Scaffolder
## Main goal
Create a new betting website based upon Drupal 8 and Mespronos module.## Dependencies
This *scaffolder* require **composer**, a PHP dependencies manager.##Get Started
Open a terminal and move to the folder you want to use, it should be empty.
Then launch the command :
```composer create-project mespronos/mespronos-site-scaffolder ./ --stability dev ```
It will download the most up to date Drupal 8 version, the module **mespronos** and the installation profile
**mespronos_website**.##Links
- [Module MesPronos](https://github.com/kgaut/mespronos)
- [Installation profile MesPronos](https://github.com/kgaut/mepronos-installation-profile)
- [The project on Packagist](https://packagist.org/packages/mespronos/mespronos-site-scaffolder)