chore: update README.md
This commit is contained in:
parent
f46ad1d65b
commit
4674503a2c
1 changed files with 6 additions and 1 deletions
|
@ -3,6 +3,11 @@
|
||||||
> This project is intended for use and presentation in (stvnliu)[https://github.com/stvnliu]'s A Level Edexcel Level 3 Extended Project Qualification as an Artifact.
|
> This project is intended for use and presentation in (stvnliu)[https://github.com/stvnliu]'s A Level Edexcel Level 3 Extended Project Qualification as an Artifact.
|
||||||
> It should not be considered a commercial-grade application.
|
> It should not be considered a commercial-grade application.
|
||||||
## Deploying this IRC application
|
## Deploying this IRC application
|
||||||
|
### For devenv-enabled NixOS systems
|
||||||
|
Having installed devenv from (devenv.sh)[https://devenv.sh], run:
|
||||||
|
```devenv up``` to run app in foreground or ```devenv up -d``` to run in background.
|
||||||
|
See more detailed devenv usage in the website.
|
||||||
|
### Manual method for non-NixOS systems
|
||||||
1. Ensure that `mariadb` is deployed and running. In Linux environments this can be done with `systemd` through the following command:
|
1. Ensure that `mariadb` is deployed and running. In Linux environments this can be done with `systemd` through the following command:
|
||||||
```systemctl start mariadb```
|
```systemctl start mariadb```
|
||||||
or if you wish to have `mariadb` start each time on startup, use:
|
or if you wish to have `mariadb` start each time on startup, use:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue