I am trying to get started with sulu as a CMS , and going with the flow of the steps as mentioned in the 'Getting Started' guide , I have setup my virtual server as 'personal' and this is my webspace
<?xml version="1.0" encoding="utf-8"?>
<webspace xmlns="http://schemas.sulu.io/webspace/webspace"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://schemas.sulu.io/webspace/webspace http://schemas.sulu.io/webspace/webspace-1.0.xsd">
<name>personal</name>
<key>personal</key>
<localizations>
<localization language="en" default="true"/>
<localization language="de"/>
</localizations>
<theme>
<key>default</key>
<default-templates>
<default-template type="page">default</default-template>
<default-template type="homepage">overview</default-template>
</default-templates>
<error-templates>
<error-template default="true">ClientWebsiteBundle:views:error.html.twig</error-template>
<error-template code="404">ClientWebsiteBundle:views:error404.html.twig</error-template>
</error-templates>
</theme>
<navigation>
<contexts>
<context key="main">
<meta>
<title lang="de">Hauptnavigation</title>
<title lang="en">Mainnavigation</title>
</meta>
</context>
</contexts>
</navigation>
<portals>
<portal>
<name>personal</name>
<key>personal</key>
<resource-locator>
<strategy>tree</strategy>
</resource-locator>
<environments>
<environment type="prod">
<urls>
<url>personal/{localization}</url>
</urls>
</environment>
<environment type="stage">
<urls>
<url>personal/{localization}</url>
</urls>
</environment>
<environment type="dev">
<urls>
<url>personal/{localization}</url>
</urls>
</environment>
</environments>
</portal>
</portals>
</webspace>
I have built the dev and the prod version using
php app/console sulu:build {env}
is there any sulu log I can see , I have made no other changes except the fact that my xml is named as personal.xml. Help ?
When I try to find the routes in the phpcrsh shell , i found a node
jcr:primaryType | NAME (15) | nt:unstructured |
jcr:mixinTypes | NAME (9) | [0] sulu:path |
jcr:uuid | STRING (36) | c4419533-8aff-4799-ac89-c8401a84f7e5 |
sulu:history | BOOLEAN (0) | false |
sulu:content | REFERENCE (36) | ad186c73-6b01-4d13-8b4e-48b7128b1712 |
sulu:created | DATE (29) | 2016-05-29T12:45:13+05:30 |
sulu:changed | DATE (29) | 2016-05-29T12:45:13+05:30 |
1 nodes in set (0.000009 sec)