Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

including instructions for verifying new user on email survey #354

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 14 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,16 @@ follow the steps outlined below.
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->


- [Setup Environment](#setup-environment)
- [Installing PostgreSQL on OSX](#installing-postgresql-on-osx)
- [Installing PostgreSQL on Linux](#installing-postgresql-on-linux)
- [Installing PostgreSQL on Windows](#installing-postgresql-on-windows)
- [Download Source](#download-source)
- [Install Dependencies](#install-dependencies)
- [Prepare the Database](#prepare-the-database)
- [Start the Server](#start-the-server)
- [Register a User](#register-a-user)
- [Enjoy](#enjoy)
- [Setup Environment](#Setup-Environment)
- [Installing PostgreSQL on OSX](#Installing-PostgreSQL-on-OSX)
- [Installing PostgreSQL on Linux](#Installing-PostgreSQL-on-Linux)
- [Installing PostgreSQL on Windows](#Installing-PostgreSQL-on-Windows)
- [Download Source](#Download-Source)
- [Prepare the Database](#Prepare-the-Database)
- [Install Dependencies](#Install-Dependencies)
- [Start the Server](#Start-the-Server)
- [Register a User](#Register-a-User)
- [Enjoy](#Enjoy)

<!-- END doctoc generated TOC please keep comment here to allow auto update -->

Expand Down Expand Up @@ -148,14 +148,17 @@ npm install -g donejs-cli
With all the prerequisite setup completed the server can be started by running:

```
donejs start
donejs develop
```
Running the develop command will serve the node app at [http://localhost:5000](http://localhost:5000), and a mail server at [http://localhost:1080](http://localhost:1080). You'll need the mail server in order to verify a new user.

### Register a User

Navigate to [http://localhost:5000/register](http://localhost:5000/register)
in your browser and follow the instructions.

Once you've created a new user, navigate to [http://localhost:1080](http://localhost:1080), and click the verification link in the email. You will now be able to sign in with the user account you created.

### Enjoy

You're finished! Explore some of the app's features:
Expand Down