remove mongoDB from scaffold options and test

it is not quite working yet
This commit is contained in:
Greg Weber 2011-08-03 13:02:21 -07:00
parent ab7e86ad48
commit 275ec19d69
2 changed files with 2 additions and 12 deletions

View File

@ -1,7 +1,7 @@
Yesod uses Persistent for its (you guessed it) persistence layer.
This tool will build in either SQLite, PostgreSQL, or MongoDB support for you.
This tool will build in either SQLite or PostgreSQL support for you.
We recommend starting with SQLite: it has no dependencies.
We have another option: a tiny project with minimal dependencies. In particular: no database and no authentication.
So, what'll it be? s for sqlite, p for postgresql, m for MongoDB, t for tiny:
So, what'll it be? s for sqlite, p for postgresql, t for tiny:

View File

@ -29,13 +29,3 @@ Foobar
p
>>> /.*Registering foobar-0.0.0.*/
>>>= 0
rm -rf foobar && runghc scaffold.hs init && cd foobar && cabal install && cabal install -fdevel && cd .. && rm -rf foobar
<<<
Michael
foobar
Foobar
m
>>> /.*Registering foobar-0.0.0.*/
>>>= 0