Monday, October 7, 2013

Semantic Web Accounting

http://code.google.com/p/3account/wiki/Getting_Started

This page describes a simple installation on Windows. For Unix see following page for detailed install for developers and none Windows OS and description of system architecture.

Installing

  • Download and Install Java (there is good chance that Java is already installed on your computer.)
  • Download 3account base package zip file
  • Unzip the file, to any directory you like (for example C:\.) After unzipping, your directory should contain a new 3account directory (for example C:\3account) containing lots of files and sub-directories

Running the system

Use the File Explorer to find the file start.bat in the 3account directory and double click on it; after about a minute, you should see your browser opened on 3account's main page. Note that every time you run start.bat it performs an automatic update of the 3account software.

Stopping the system

Close the window opened by clicking on start.bat. You can do this by clicking on the x at the top right corner

Uninstalling

Just delete the 3account directory

Loading data

The installation is already loaded with sample data. If you want to load your own data do the following:
  • Run start.bat as described above (actually you only need its repository which can be started by running sesame.bat)
  • Start a windows Command Prompt (Start->All Programs->Accessories->Command Prompt)
  • In the command prompt type: cd <3account-directory> (for example cd c:\3account)
  • type: Python26\python load3account.py -h you should see help instructions on how to use load3account to load bank statements into the repository. See the following page for more detailed information. You should carefully review if there is any manual property you need to define in order to improve the system results
  • After loading data you should stop the system and restart it

Removing data

If you want to remove a file you have previously uploaded, or if you want to remove the sample data, follow these instructions.

Address

http://localhost:8000/


0 comments:

Post a Comment