Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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.txtImage Removed 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>