Skip to content

Commit 4fda6e1

Browse files
committed
Update README.md
1 parent 22a0780 commit 4fda6e1

File tree

1 file changed

+3
-54
lines changed

1 file changed

+3
-54
lines changed

README.md

Lines changed: 3 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -157,63 +157,12 @@ $ cd django-datatables-sample
157157
> Start the app in Docker
158158
159159
```bash
160-
$ sudo docker-compose pull && sudo docker-compose build && sudo docker-compose up -d
160+
$ docker-compose up --build
161161
```
162162

163-
Visit `http://localhost:5005` in your browser. The app should be up & running.
163+
Visit `http://localhost:5085` in your browser. The app should be up & running.
164164

165165
<br />
166166

167-
### [Gunicorn](https://gunicorn.org/)
168167
---
169-
170-
Gunicorn 'Green Unicorn' is a Python WSGI HTTP Server for UNIX.
171-
172-
> Install using pip
173-
174-
```bash
175-
$ pip install gunicorn
176-
```
177-
> Start the app using gunicorn binary
178-
179-
```bash
180-
$ gunicorn --bind=0.0.0.0:8001 core.wsgi:application
181-
Serving on http://localhost:8001
182-
```
183-
184-
Visit `http://localhost:8001` in your browser. The app should be up & running.
185-
186-
187-
<br />
188-
189-
### [Waitress](https://docs.pylonsproject.org/projects/waitress/en/stable/)
190-
---
191-
192-
Waitress (Gunicorn equivalent for Windows) is meant to be a production-quality pure-Python WSGI server with very acceptable performance. It has no dependencies except ones that live in the Python standard library.
193-
194-
> Install using pip
195-
196-
```bash
197-
$ pip install waitress
198-
```
199-
> Start the app using [waitress-serve](https://docs.pylonsproject.org/projects/waitress/en/stable/runner.html)
200-
201-
```bash
202-
$ waitress-serve --port=8001 core.wsgi:application
203-
Serving on http://localhost:8001
204-
```
205-
206-
Visit `http://localhost:8001` in your browser. The app should be up & running.
207-
208-
<br />
209-
210-
## Credits & Links
211-
212-
- [Django](https://www.djangoproject.com/) - The official website
213-
- [Boilerplate Code](https://appseed.us/boilerplate-code) - Index provided by **AppSeed**
214-
- [Boilerplate Code](https://github.com/app-generator/boilerplate-code) - Index published on Github
215-
216-
<br />
217-
218-
---
219-
[Django Datatables Sample](https://django-datatables-sample.appseed.us/) - Provided by **AppSeed** [Web App Generator](https://appseed.us/app-generator).
168+
[Django Datatables Sample](https://django-datatables-sample.appseed.us/) - Provided by [AppSeed](https://appseed.us).

0 commit comments

Comments
 (0)