How To: Using the local database - Orcpub/orcpub GitHub Wiki
If you're starting with a fresh fork...
- 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
Verifying/activating a new account/user
- 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)
⚠️ **GitHub.com Fallback** ⚠️