| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.txt | 2012-12-16 | 1.1 kB | |
| psf-1.0.b1-win32.msi | 2012-12-16 | 4.6 MB | |
| psf-1.0.b1-linux-x86.tar.gz | 2012-12-16 | 3.9 MB | |
| psf-1.0.b1-source.tar.gz | 2012-12-16 | 497.6 kB | |
| Totals: 4 Items | 9.0 MB | 0 | |
Release notes
This is the first beta version of PostSqlForms.
Download the file corresponding to your architecture.
Linux:
1. Put the psf-1.0.b1-linux-x86.tar.gz file that you have downloaded
in a temporary location and open a terminal window.
2. Unpack that file using
tar --extract --gunzip --file=psf-1.0.b1-linux-x86.tar.gz
3. cd to the directory psf-1.0.b1-linux-x86 that was created as a
result from the extract operation.
4. If you want to install postsqlforms at system level, login as root
by typing
su
Note: On some Linux systems (such as Ubuntu), you cannot login as
root using 'su'. On these systems, immediately start the
installation script by typing
sudo ./install.tcl
Then continue at point 6.
5. Start the install.tcl script by typing
./install.tcl
6. Just answer a few questions and that's it!
Windows:
Open the Windows Installer package:
psf-1.0.b1-win32.msi
that you have downloaded.
For other architectures you can download the source package and
follow the instructions in the README.txt file.