Creating a new site
When you install Weceem,it will automatically provide an example/best practice space with several pages, widgets, a Javascript menu, lists with child pages etc.
NOTE: The information below is out of date. Simply add a space via Administration in Weceem admin (/admin) and you will see the default templates an content created for you ready to edit
This tutorial will explain how to create a new website (space) with Weceem, in the "Hello World" tradition.
Requirements
A copy of Weceem running, either deployed on a server or running locally with grails run-app (for development sandbox use only)
Steps
- Log in to Weceem as admin at http://localhost:8080/weceem/admin or similar URL if you have deployed it to a server. The default admin login is:
User: admin
Password: admin - Go to Administration and select Spaces
- Select "Add" and create your new space.
- Go to the Content Repository and select New Content
- Select the Template content type and press OK
- Create a basic template. You should probably use the templates in the default space as an example, copy and modify it according to your needs.
- Now go to Content Repository and select Insert New Content
- Select the space and HTML content, and leave parent blank
- On the edit screen enter a title and some content such as "Hello World". Then select the template the you created before and click save. If you set the "Alias URI" to "index.html" and the content node is at the root level, it will become the default page for the space.
- Browse to your content using a URL like http://localhost:8080/weceem/yourspacename//index.html

