*** This version of Confluence is for testing only and contains a copy of content from June 29th 2026. No changes will be preserved. ***
...
| Code Block |
|---|
bash> cd /kansas bash> mkdir my_cute_cat bash> echo "Hello World" > my_cute_cat/hello.txt bash> cd /libweb/sites/development.library.cornell.edu/htdocs bash> ln -s /kansas/my_cute_cat kitty |
Now http://development.library.cornell.edu/kitty/hello.txt
will show a page containing
...
| Code Block |
|---|
bash> cd public bash> drush si --db-url="mysql://dbuser:dbpass@localhost/dbname" |
Grab some modules that will help you create a site profile
| Code Block |
|---|
bash> bash> |