Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/realityloop/pu-demo
Persistent Update API demo distribution
https://github.com/realityloop/pu-demo
Last synced: 2 days ago
JSON representation
Persistent Update API demo distribution
- Host: GitHub
- URL: https://github.com/realityloop/pu-demo
- Owner: Realityloop
- Created: 2015-04-13T03:15:39.000Z (almost 10 years ago)
- Default Branch: 7.x-1.x
- Last Pushed: 2015-04-13T07:02:42.000Z (almost 10 years ago)
- Last Synced: 2024-12-09T11:15:15.652Z (about 2 months ago)
- Size: 121 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Persistent Update API demo distribution #
-------------------------------------------This is a Drupal distribution for the purposes of demonstrating the [Persistent
Update API](https://drupal.org/project/persistent_update) module.## Building / Installation ##
[Drush](https://github.com/drush-ops/drush) is required to build the
distribution, using the following command:```
drush make https://raw.githubusercontent.com/Realityloop/pu-demo/7.x-1.x/stub.make pu_demo-7.x-1.x
```After the distribution is built, point your webserver at the directory and
install as per standard Drupal instructions, making sure to use the __Persistent
Update API demo__ installation profile.