https://github.com/lcube45/d7-lyon
https://github.com/lcube45/d7-lyon
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lcube45/d7-lyon
- Owner: lcube45
- Created: 2017-04-10T08:13:52.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-10T13:03:00.000Z (about 9 years ago)
- Last Synced: 2025-05-22T22:40:55.549Z (about 1 year ago)
- Language: Makefile
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Formation Drupal 7
```
git clone
drush make -y lyon.make --force-complete --ignore-checksums --prepare-install --donwload-mechanism-curl --no-cache --translations=fr;
drush site-install -y lyon --account-name=gfi --account-pass=gfi --account-mail=gfi-lyon@gfi.fr --db-url=mysql://root:gfidev@localhost/d7.gfi-lyon --site-name='GFI Lyon' --locale='fr'
drush cc all -y
drush l10n-update
```