mirror of
https://github.com/RasppleII/a2server.git
synced 2025-02-03 07:34:04 +00:00
Corrected error in and simplified custom URL instructions
This commit is contained in:
parent
cce0b0419a
commit
a90cd89288
16
README.md
16
README.md
@ -13,16 +13,20 @@ relatively modern piece of it. As such they should be preserved as they are.
|
|||||||
|
|
||||||
## Developer note
|
## Developer note
|
||||||
|
|
||||||
To use the scripts on a server other than Ivan's, you need to do two things.
|
To use the scripts on a server other than Ivan's, you'll want to export
|
||||||
First, the server needs to be modified to serve setup/index.txt and
|
the shell variable A2SERVER_SCRIPT_URL to the base URL of this repository
|
||||||
update/index.txt the same way they would serve index.html. How you do that is
|
|
||||||
beyond the scope of this repository for the moment. Secondly, you'll want to
|
|
||||||
set 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
|
on your server. The base-URL should be slash-terminated. You can then run
|
||||||
the following snippet:
|
the following snippet:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
wget a2server-setup ${A2SERVER_SCRIPT_URL}setup/; source a2server-setup
|
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
|
||||||
```
|
```
|
||||||
|
|
||||||
You should probably export A2SERVER_SCRIPT_URL in your .bashrc or whatever
|
You should probably export A2SERVER_SCRIPT_URL in your .bashrc or whatever
|
||||||
|
Loading…
x
Reference in New Issue
Block a user