forked from larrychristensen/orcpub
-
-
Notifications
You must be signed in to change notification settings - Fork 106
How To: Using the local database
DivertedCircle edited this page Mar 22, 2020
·
1 revision
- Install datomic (its directory does not need to be inside orcpub)
- Open a cmd prompt
- In the datomic directory run
bin\transactor config\samples\free-transactor-template.properties
(via cmd or bat) - leave open
- Open a second cmd prompt
-
cd
to the orcpub repo - run
lein repl
- run
(start-server)
- run
(init-database)
(Only needed on a new/fresh database) - leave open
- Open a third cmd prompt
-
cd
to the orcpub repo - run
lein figwheel
- In your browser, with your local site, use the signup page to create an account
- Using the [REPL Prompt] . . .
- run
(verify-new-user "<username>")
(Parentheses are needed,<username>
is what ever you named your account)
- run