Better example comments.
This commit is contained in:
parent
5a2f89f872
commit
593a23afae
@ -41,15 +41,15 @@ BreaWebsite class >> downloadTemplateFilesInto: aDirectory [
|
||||
{ #category : #example }
|
||||
BreaWebsite class >> example [
|
||||
"I run an example mockup of a website using Brea.
|
||||
After runing me, go to http://localhost:8080/demo .
|
||||
Notice that one part of the template in the website has been replaced by dynamic content
|
||||
produce by Brea."
|
||||
After runing me, go to:
|
||||
- http://localhost:8080/demo
|
||||
- http://localhost:8080/members/test
|
||||
- http://localhost:8080/members/add "
|
||||
self downloadTemplateFiles.
|
||||
self replaceDefaultTemplates.
|
||||
self new
|
||||
local: FileLocator temp asFileReference / 'BreaDemo';
|
||||
start
|
||||
|
||||
]
|
||||
|
||||
{ #category : #utility }
|
||||
|
Loading…
Reference in New Issue
Block a user