Skip to content

Remove unneeded py4web manual run #10

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
15 changes: 2 additions & 13 deletions docs/how-install-source-pythonanywhere.md
Original file line number Diff line number Diff line change
Expand Up @@ -249,19 +249,8 @@ There is now a **Configuration** section with the name of your URL, and a big gr

* Choose the **Reload your_username.pythonanywhere.com** button, where your_username is used in place of your PythonAnywhere account name.

A progress icon appears for a few seconds, then the page returns to its previous state. You're finally ready to run py4web.

## Start py4web

* Return to the PythonAnywhere bash shell.

* Start py4web like so:

```bash
$ ./py4web.py run apps
```

This starts the built-in py4web web server and runs its own copy of the py4web site. It is now available
A progress icon appears for a few seconds, then the page returns to its previous state.
This restarts your py4web web framework server with the updated settings. It is now available
online at your PythonAnywhere URL.

## Visit your website
Expand Down