Fix typo in readme, update to bw-dev
This commit is contained in:
parent
8fb8e93e37
commit
9eba60b0c8
|
@ -114,7 +114,7 @@ This project is still young and isn't, at the momoment, very stable, so please p
|
||||||
`cp .env.example .env`
|
`cp .env.example .env`
|
||||||
- Add your domain, email address, mailgun credentials
|
- Add your domain, email address, mailgun credentials
|
||||||
- Set a secure redis password and secret key
|
- Set a secure redis password and secret key
|
||||||
- Update your nginx configuration in `nginx/defautl.conf`
|
- Update your nginx configuration in `nginx/default.conf`
|
||||||
- Replace `your-domain.com` with your domain name
|
- Replace `your-domain.com` with your domain name
|
||||||
- Run the application (this should also set up a Certbot ssl cert for your domain)
|
- Run the application (this should also set up a Certbot ssl cert for your domain)
|
||||||
`docker-compose up --build`
|
`docker-compose up --build`
|
||||||
|
@ -124,13 +124,13 @@ This project is still young and isn't, at the momoment, very stable, so please p
|
||||||
- Run docker-compose in the background
|
- Run docker-compose in the background
|
||||||
`docker-compose up -d`
|
`docker-compose up -d`
|
||||||
- Initialize the database
|
- Initialize the database
|
||||||
`./fr-dev initdb`
|
`./bw-dev initdb`
|
||||||
- Congrats! You did it, go to your domain and enjoy the fruits of your labors
|
- Congrats! You did it, go to your domain and enjoy the fruits of your labors
|
||||||
### Configure your instance
|
### Configure your instance
|
||||||
- Register a user account in the applcation UI
|
- Register a user account in the applcation UI
|
||||||
- Make your account a superuser (warning: do *not* use django's `createsuperuser` command)
|
- Make your account a superuser (warning: do *not* use django's `createsuperuser` command)
|
||||||
- On your server, open the django shell
|
- On your server, open the django shell
|
||||||
`./fr-dev shell`
|
`./bw-dev shell`
|
||||||
- Load your user and make it a superuser
|
- Load your user and make it a superuser
|
||||||
```python
|
```python
|
||||||
from bookwyrm import models
|
from bookwyrm import models
|
||||||
|
|
Loading…
Reference in New Issue