Skip to content
This repository was archived by the owner on Apr 18, 2025. It is now read-only.

Latest commit

 

History

History
16 lines (11 loc) · 644 Bytes

File metadata and controls

16 lines (11 loc) · 644 Bytes

To install from the packaged version

To build RfA for development purposes

  • Ensure that a recent version of drush is installed
  • Run the following commands:
git archive HEAD | gzip > /tmp/roomify.tar.gz
drush make project.make www
  • This will build a copy of RfA from the latest local commit and place it in the www directory.