avatar

147

Random whitespace changes. by pradador, 13 Oct, 2009 05:45 AM
Diff this changeset:
index.html
      <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
	<head>
		<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
		<title>Syntax.js</title>
		<script type="text/javascript" src="Source/mootools.core.js"></script>
		<script type="text/javascript" src="Source/Fuel.js"></script>
		<script type="text/javascript" src="Source/Lighter.js"></script>
		
		<script type="text/javascript">
			window.addEvent('domready', function() {
				$$('pre').each(function(el) {
					var lighter = new Lighter(el, {
						altLines: 'hover',
						mode: 'ol',
						matchType: 'lazy'
					});
				});
			});
		</script>
	</head>
	<body>
		<pre class="shell:tutti">
cd ~/public_html/warehouse
rake warehouse:bootstrap
...

Now it's time for Step 3: Load the database schema.  All of your data will be overwritten. Are you sure you wish to continue? [y/n]
y
mkdir -p /home/demo/public_html/warehouse/log
!! No Ultraviolet gem found, defaulting to javascript syntax highlighting.  Do not be afraid.
!! Error loading plugins: Mysql::Error: Table 'warehouse.plugins' doesn't exist: SELECT * FROM `plugins`   WHERE (name IN ('photo_gallery'))
!! Make sure the database was created successfully and migrated.
...

Warehouse v1.1.6 is ready to roll.
Okay, thanks for bootstrapping!  I know I felt some chemistry here, did you?
Now, start the application with 'script/server' and visit http://mydomain.com/ to start the installation process.
</pre>
		<div id="container"></div>
	</body>
</html>
    

Check out the code: svn co svn://code.pradador.com/lighterjs/trunk/index.html