Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wiki-js
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
wiki-js
Commits
e8cb5f97
Unverified
Commit
e8cb5f97
authored
May 01, 2023
by
Nicolas Giard
Committed by
GitHub
May 01, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs: Update README.md
parent
960a8a03
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
README.md
README.md
+5
-5
No files found.
README.md
View file @
e8cb5f97
...
...
@@ -90,13 +90,13 @@ The current stable release (2.x) is available at https://js.wiki
- Type "Run Task" and press Enter
- Select the task "Create terminals" and press Enter
1. Two terminals will launch in split-screen mode at the bottom of the screen. **Server** on the left and **UX** on the right.
1. In the
left-side terminal (Server
), run the command:
1. In the
right-side terminal (UX
), run the command:
```sh
npm run
dev
npm run
build
```
1. In the
right-side terminal (UX
), run the command:
1. In the
left-side terminal (Server
), run the command:
```sh
n
pm run dev
n
ode run start
```
1. Open your browser to `http://localhost:3000`
1. Login using the default administrator user:
...
...
@@ -133,7 +133,7 @@ Any change you make to the frontend will not be reflected on port 5000 until you
### pgAdmin
A web version of pgAdmin (a PostgreSQL administration tool) is available at
`http://localhost:8000`
. Use the login
`dev`
/
`123123`
to login.
A web version of pgAdmin (a PostgreSQL administration tool) is available at
`http://localhost:8000`
. Use the login
`dev
@js.wiki
`
/
`123123`
to login.
The server
**dev**
should already be available under
**Servers**
. If that's not the case, add a new one with the following settings:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment