mirror of
https://github.com/nodemailer/wildduck.git
synced 2025-09-08 22:24:29 +08:00
Updated README
This commit is contained in:
parent
2a9218262b
commit
24978cb8f6
1 changed files with 12 additions and 5 deletions
17
README.md
17
README.md
|
@ -23,18 +23,25 @@ Is the server scalable? Not yet. These are some actions that must be done:
|
|||
|
||||
## Usage
|
||||
|
||||
Install dependencies
|
||||
**Step 1.** Get the code from github
|
||||
|
||||
npm install --production
|
||||
$ git clone git://github.com/wildduck-email/wildduck.git
|
||||
$ cd wildduck
|
||||
|
||||
Modify [config file](./config/default.js)
|
||||
**Step 2.** Install dependencies
|
||||
|
||||
Run the [index queries](./indexes.js) in MongoDB (optional, the app would work without it as indexes only become relevant once you have more than few messages stored)
|
||||
$ npm install --production
|
||||
|
||||
Run the server
|
||||
**Step 3.** Modify [config file](./config/default.js)
|
||||
|
||||
**Step 4.** Run the [index queries](./indexes.js) in MongoDB (optional, the app would work without it as indexes only become relevant once you have more than few messages stored)
|
||||
|
||||
**Step 5.** Run the server
|
||||
|
||||
npm start
|
||||
|
||||
**Step 6.** Create an user account (see [below](#create-user))
|
||||
|
||||
## Create user
|
||||
|
||||
Users can be created with HTTP requests
|
||||
|
|
Loading…
Add table
Reference in a new issue