Skip to content

Commit

Permalink
add a few instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
AD7six committed Dec 30, 2011
1 parent d8b8041 commit 4bf1e19
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Controller/InstallerController.php
Expand Up @@ -33,6 +33,14 @@ function go() {
This is an example post - edit/rename/delete however you want. The readme has also been converted
to a post - it may contain useful syntax examples if you're unfamiliar with markdown.
First steps:
* Open Config/core.php and set the config settings used by Phase.
* Use the phase cli ( $ Console/cake phase write ) to create your first real post.
* Optionally modify the design to your liking
* Start writing
";
$filename = date('Y-m-d') . '-first-post.md';
file_put_contents(Configure::read('PhasePosts') . $filename, $contents);
Expand Down

0 comments on commit 4bf1e19

Please sign in to comment.