Education Software » Web Based » Student Information Systems » Focus/SIS
Screenshots | Videos | Tours
|
| No screenshots |
|
http://www.focus-sis.org/
|
License
Open-Source
|
|
Website |
Download |
Collections & Distributions |
Publisher's DescriptionFocus/SIS is an incredibly powerful tool for managing student data. Focus/SIS has been implemented by many K-12 districts, private schools, and colleges around the nation as their solution to manage their burgeoning student data and share that data with all the stockholders of the school or district. Focus/SIS is a project that aims to fulfill all the data needs of private schools, school districts, and colleges in the United States and around the world. It is built upon free, enterprise-level technologies, like Linux, Apache, PostgreSQL, and PHP. |


Comments
I've been trying to download Focus-sis but without success. I left a message on the contact form on their website but its been a week and still no answer. Do you know if the software is still available for download and how I can get it?
Thanks
Hello,
if you want to download it, you can use the following instruction on your linux's terminal:
"svn co https://focus-sis.svn.sourceforge.net/svnroot/focus-sis focus-sis"
I've already downloaded it, but I failed to install it.
I've followed the steps on the install text, but when i run the page install.php, I got the following error messages:
ERROR: relation "config" does not exist
STATEMENT: SELECT * FROM CONFIG
ERROR: relation "address" already exists
STATEMENT:
--
-- Structure for table: 'address'
--
CREATE TABLE address (
address_id numeric NOT NULL,
zipcode varchar(10),
plus4 varchar(4),
city varchar(60),
state varchar(10),
mail_city varchar(60),
mail_state varchar(10),
mail_zipcode varchar(10),
address varchar(255),
mail_address varchar(255),
phone varchar(30)
)
If you can help me, I will appreciate a lot.
Thanks
Rafael.