mirror of
https://github.com/plausible/analytics.git
synced 2024-11-23 03:04:43 +03:00
Update CONTRIBUTING.md (#1778)
Updates the 'Creating an Account' instructions to remove the step about verification codes as a user account is created as `email_verified=true` when running locally.
This commit is contained in:
parent
c4f7c9a7a0
commit
526588f8ed
@ -20,11 +20,10 @@ Make sure Docker, Elixir, Erlang and Node.js are all installed on your developme
|
||||
### Creating an account
|
||||
|
||||
1. Navigate to `http://localhost:8000/register` and fill in the form.
|
||||
2. An e-mail won't actually be sent, but you can find the activation in the Phoenix logs in your terminal. Search for `[info] VERIFICATION CODE:` and enter the verification code.
|
||||
3. Fill in the rest of the forms and for the domain use `dummy.site`
|
||||
4. Skip the JS snippet and click start collecting data.
|
||||
5. Run `make dummy_event` from the terminal to generate a fake pageview event for the dummy site.
|
||||
6. You should now be all set!
|
||||
2. Fill in the rest of the forms and for the domain use `dummy.site`
|
||||
3. Skip the JS snippet and click start collecting data.
|
||||
4. Run `make dummy_event` from the terminal to generate a fake pageview event for the dummy site.
|
||||
5. You should now be all set!
|
||||
|
||||
### Stopping Docker containers
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user