forked from heshanlk/OctopusVideo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.txt
33 lines (23 loc) · 952 Bytes
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Octopus 1.x for Drupal 7.x
----------------------------
Social video platform.
Requirements
------------
In addition to the standard Drupal requirements you will need the following to
make use of Octopus:
- drush 3.1 - http://drupal.org/project/drush
- drush make 2.0 beta 9 - http://drupal.org/project/drush_make
- git - http://git-scm.com
Getting started
---------------
Octopus for 7.x requies several patches to be applied to Drupal core. It
provides a `distro.make` file for building a full Drupal distro including core
patches as well as a copy of the `videokit` install profile.
1. Grab the `distro.make` file from Build Kit and run:
$ drush make distro.make [directory]
or use its url on Drupal.org directly:
$ drush make https://raw.github.com/heidisoft/Octopus/master/distro.make [directory]
2. Choose the "Octopus" install profile when installing Drupal
Maintainers
-----------
- Heshan Wanigasooriya (heshan.lk)