mirror of
https://github.com/RasppleII/a2server.git
synced 2024-12-23 08:29:50 +00:00
minor text changes; substitute tilde for backticks
This commit is contained in:
parent
435857e3bb
commit
9f397b1f9f
13
README.md
13
README.md
@ -18,16 +18,13 @@ the shell variable A2SERVER_SCRIPT_URL to the base URL of this repository
|
||||
on your server. The base-URL should be slash-terminated. You can then run
|
||||
the following snippet:
|
||||
|
||||
```bash
|
||||
~~~bash
|
||||
wget -O a2server-setup ${A2SERVER_SCRIPT_URL}setup/index.txt; source a2server-setup
|
||||
```
|
||||
~~~
|
||||
|
||||
A simple method installing from a local folder is to change to that sudirectory
|
||||
and run the following. Then export A2SERVER_SCRIPT_URL to "http://localhost:8000/"
|
||||
|
||||
```bash
|
||||
python -m SimpleHTTPServer
|
||||
```
|
||||
A simple method for installing from a local subdirectory is to 'cd' to it and
|
||||
then type 'python -m SimpleHTTPServer'. Then export A2SERVER_SCRIPT_URL to
|
||||
"http://localhost:8000/" or use the IP address of the host machine on your LAN.
|
||||
|
||||
You should probably export A2SERVER_SCRIPT_URL in your .bashrc or whatever
|
||||
file configures your development environment. Also be advised that as of
|
||||
|
Loading…
Reference in New Issue
Block a user