|
1 | 1 | # Drupal Composer
|
2 | 2 |
|
3 |
| -[![Build Status][build-status-master]][build-url] |
| 3 | +[](https://travis-ci.org/danielnv18/drupal-composer) |
4 | 4 |
|
5 | 5 | This project template provides a starter kit for managing your site dependencies
|
6 |
| -with and it is inspired by [this project][drupal-composer]. This is meant as a |
7 |
| -starting point. Change things as need it. |
| 6 | +with. This is meant as a starting point. Change things as need it. |
8 | 7 |
|
9 |
| -## Create Project |
10 |
| -```bash |
| 8 | +## Getting Started |
| 9 | + |
| 10 | +These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system. |
| 11 | + |
| 12 | +### Prerequisites |
| 13 | + |
| 14 | +What things you need to install the software and how to install them |
| 15 | + |
| 16 | +``` |
| 17 | +Give examples |
| 18 | +``` |
| 19 | + |
| 20 | +### Installing |
| 21 | + |
| 22 | +Replace `project-name` with the name of the folder or the proj ect |
| 23 | + |
| 24 | +``` |
11 | 25 | composer create-project drupal-settings/drupal-composer project-name
|
12 | 26 | ```
|
13 |
| -Replace `project-name` with the name of the folder or the project |
14 | 27 |
|
15 |
| -## Quick start |
16 | 28 | In order to start the project run:
|
17 |
| -```bash |
| 29 | + |
| 30 | +``` |
18 | 31 | lando start
|
19 | 32 | ```
|
20 |
| -This will install your Drupal project. If there are any configuration files available, it will install |
21 |
| -Drupal with those configurations. |
22 | 33 |
|
23 |
| -[drupal-composer]: https://github.com/drupal-composer/drupal-project |
24 |
| -[build-status-master]: https://travis-ci.org/danielnv18/drupal-composer.svg?branch=master |
25 |
| -[build-url]: https://travis-ci.org/danielnv18/drupal-composer.svg?branch=master |
| 34 | +This will install your Drupal project. If there are any configuration files available, it will install Drupal with those configurations. |
| 35 | + |
| 36 | +## Built With |
| 37 | + |
| 38 | +* [Drupal](https://www.drupal.org/) - The web framework used. |
| 39 | +* [Composer](https://getcomposer.org/) - Dependency Management. |
| 40 | +* [Lando](https://lando.dev/) - local development environment tool built on Docker container technology. |
| 41 | + |
| 42 | +## Contributing |
| 43 | + |
| 44 | +Please read [CONTRIBUTING.md](CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests to us. |
| 45 | + |
| 46 | +## Versioning |
| 47 | + |
| 48 | +We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/danielnv18/drupal-composer/releases). |
| 49 | + |
| 50 | +## Authors |
| 51 | + |
| 52 | +* **Daniel Noyola** - *Initial work* - [danielnv18](https://github.com/danielnv18) |
| 53 | + |
| 54 | +See also the list of [contributors](https://github.com/danielnv18/drupal-composer/graphs/contributors) who participated in this project. |
| 55 | + |
| 56 | +## License |
| 57 | + |
| 58 | +This project is licensed under the GNU v2.0 License - see the [LICENSE.md](LICENSE.md) file for details |
| 59 | + |
| 60 | +## Acknowledgments |
| 61 | + |
| 62 | +* Inspiration: [drupal-composer/drupal-project](https://github.com/drupal-composer/drupal-project) |
0 commit comments