Skip to content
Merged
Show file tree
Hide file tree
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
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@ Atlas System is a simple tool to monitor servers, databases, websites and other
> Atlas System is built with [Node](https://nodejs.org/en/download/) and [Meilisearch](https://www.meilisearch.com/docs/learn/getting_started/installation#installation).

- Get the code `git clone git@github.com:atlas-bi/system.git`
- Install the project dependencies `npm install`
- Install the project dependencies `pnpm install`
- Create a `.env` file as specified in the [docs](https://www.atlas.bi/docs/system/install/configuration/)
- Finally, start up the website `npm run dev`
- Finally, start up the website `pnpm run dev`

## 🎁 Contributing

Contributions are welcome! Please open an [issue](https://github.com/atlas-bi/atlas-bi-library/issues) describing an issue or feature.

This repository uses commitizen. Commit code changes for pr's with `npm run commit`.
This repository uses commitizen. Commit code changes for pr's with `pnpm run commit`.

## 🏆 Credits

Expand Down
2 changes: 1 addition & 1 deletion test/ldap/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ copy the `config.ldif` file to `config/config.ldif`

# Browsing LDAP

1. start up the ldap server `npm run dev:ldap`
1. start up the ldap server `pnpm run dev:ldap`

**Listing all users**

Expand Down