From 0cd1a003ba9b0840aa73f15da48b37e1242d3744 Mon Sep 17 00:00:00 2001 From: tehfedaykin Date: Wed, 26 Jun 2019 13:18:57 -0500 Subject: [PATCH] including instructions for verifying new user on email survey fixes #342 --- README.md | 25 ++++++++++++++----------- 1 file changed, 14 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 0a9fc408..708b72ae 100644 --- a/README.md +++ b/README.md @@ -19,16 +19,16 @@ follow the steps outlined below. -- [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) @@ -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: