Skip to content

Install our system

Karanjit Singh Gill edited this page Jun 23, 2017 · 6 revisions

Install drupal . Steps mentioned in here .

Get our code Clone the repository in the server root directory.

For LAMP server:

cd /var/www/html/[drupal site name]

git clone https://github.com/fresearchgroup/Collaborating-Communities.git

Import our Database file Drupal stores its configuration info in the database. There is a SQL file with every release (none yet), import it to your drupal database. Create a database for drupal. For a MySql database import the sql file with the following command or use phpMyAdmin.

cd [drupal root]

mysql -u [sql_username] -p [drupal database name] < /path/to/file/database.sql