On this page

  1. Basic installation
  2. Packaging with Drush Make
  3. See also

Basic installation

Begin by downloading Managing News from http://www.managingnews.com.

  1. Follow installation instructions in Drupal's 920676.txt, which is found in the Managing News base directory. When prompted for installation profile, pick Managing News.
  2. Make sure that you have set up your files directory with the proper permissions
  3. Make sure to configure cron. The recommended update frequency 3-5 minutes.

This intro screencast will walk you through the initial setup and usage of Managing News after it has been installed. You can also read the Quick Start Guide.

Packaging with Drush Make

If you have not downloaded the full Managing News package from http://managingnews.com you can use drush to download all required modules, themes and features.

This assumes basic knowledge of how to install and use drush commands.

  1. Install drush (if not yet present) and drush_make.
  2. Create a file mn.make in your working directory with this content:
    core = 6.x
    projects[] = "drupal"
    projects[] = "managingnews"
    
  3. Run drush make mn.make mymanagingnewsdir.
  4. Copy the resulting mymanagingnewsdir to your web directory.

See here for instructions on building Managing News for development.

See also

Related pages

External resources

Comments

willmoy’s picture

#1156424: Drush install instructions wrong?

core = "6.x"
projects[] = "drupal"
projects[managingnews][type] = "profile"
projects[managingnews][download][type] = "git"
projects[managingnews][download][url] = "git://git.drupal.org/project/managingnews.git"
projects[managingnews][download][tag] = "6.x-1.2"