Your ROOT_URL in app.ini is https://source.parasitstudio.de:63000/ but you are visiting https://source.parasitstudio.de/wirtz/scriptform/commit/b348cf9a863d3b19fa3f118997a39ea980a6dc9a?style=split&whitespace=ignore-all
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
16 additions and
5 deletions
README.md
@ -124,18 +124,29 @@ For more screenshots, see the [screenshots Wiki page](https://github.com/fboende
### Requirements
### Requirements
ScriptF orm requires:
The binary release of Scriptf orm requires:
* Python 2.6 +
* Glibc v2.2.5 +
No other libraries are required. Python v2.6+ is generally available by default
The python release of Scriptform requires:
on almost every major linux distribution. For other platforms Python is almost
certainly available.
* Python 3.6+
No other libraries are required.
### Installation
### Installation
Get the package for your operating system from the [Github releases page ](https://github.com/fboender/scriptform/releases ).
Get the package for your operating system from the [Github releases page ](https://github.com/fboender/scriptform/releases ).
The **binary release** should work on most modern systems:
Get the latest `*-bin64.tar.gz` release from the [releases page ](https://github.com/fboender/scriptform/releases ).
Unpack it and copy it to some location in your `PATH` :
tar -vxzf scriptform-*-bin64.tar.gz
sudo cp scriptform-*-bin64/scriptform /usr/local/bin
For **Debian / Ubuntu** systems:
For **Debian / Ubuntu** systems:
sudo dpkg -i scriptform*.deb
sudo dpkg -i scriptform*.deb