-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.txt
59 lines (34 loc) · 1.58 KB
/
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
Ideograph WYSIWYG is an install profile aiming to set up a coherent WYSIWYG configuration.
See this google doc: http://bit.ly/ideograph-wysiwyg
for extensive and contextual WYSIWYG configuration information
The drupal profile packaging mechanisms will put everything inside /profiles/myprofile.
I prefer with this project for modules to reside in sites/all.
Installation
============
1. Build the stack with drush make
----------------------------------
.make files inside a profile will recurse and cannot contain the drupal project itself.
Copy ideograph_wysiwyw.make.example outside the profile directory and rename it to ideograph_wysiwyw.make
This command will create a site root called "wysiwyg.tld" right beside your .make:
$ drush make ideograph_wysiwyw.make wysiwyg.tld
2. Install Drupal
-----------------
A. via the web interface by selecting the "Ideograph WYSIWYG" installation profile
B. via drush's site install command, with something like:
$ cd wysiwyg.tld
$ drush site-install ideograph_wysiwyw \
--site-name='WYSIWYG tests' \
--db-url=mysql://dbuser:dbpassword@localhost/database_name \
--db-su=dbuser --db-su-pw=dbpassword \
--account-name=root --account-pass=wysiwyg \
TO DO
======
* Break out profile into a base profile for our core components,
and WYSIWYG-specific modules in another file.
* Featurize configurations
- Create Feature to import default nodes via node_export:
http://drupal.org/project/node_export
MORE INFORMATION
================
Drush make: http://drupal.org/project/drush_make