-
Notifications
You must be signed in to change notification settings - Fork 2
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
Home
- Introduction
- Content Publishing Workflow
- Localization support for Indian Languages
- Content Versioning
- User Reputation Model
- Content categorization
- Search and tagging
Getting Started
Further Developments