Changes

From Amahi Wiki
Jump to: navigation, search
416 bytes added ,  18:41, 5 April 2009
no edit summary
= Install Instructions for Jinzora =
(Note this will be automated with one-click install)
 
 
* Create the install directory/web-app
** goto http://setup
** select the web-apps tab
** click create new button and use the name "jinzora"
 
* navigate to the web-apps directory
** from the command prompt
cd /var/hda/web-apps/jinzora
* Download the Jinzora tarball - As of this writing, at: http://downloads.sourceforge.net/jinzora/jz275.tar.gz
* You can use* Form the command line enter
wget http://downloads.sourceforge.net/jinzora/jz275.tar.gz
* remove the automatically created directory html. From the command line: rmdir html* Untar the app into a location of your choice say in your home directory (with : From the command line: tar -xzvf jz275.tar.gz)* This creates a puts the .tar contents into the folder called jinzora2* In rename the folder "jinzora2" to the new name "html" mv jinzora2 html * configure the case of jinzora, it needs security access .htaccess file (edit the following stepfile): nano /var/hda/web-apps/jinzora2jinzora/html/.htaccess* comment As the first character in all the lines (put a "#" in front) then press ctrl-x, and y and "enter" to save* Create an Amahi web app in the Web Apps tab, under setup* For the root path of the app, point it to the root path of the web app you just untarred (/home/USERNAME/jinzora2/)* Create the app - give it a name of your choice, say jinzora
* The app should be available as http://jinzora
* Note that that url may take a bit to propagate. You can also try http://jinzora.home.com (assuming home.com is your home domain), which may propagate faster.
* At this point your basic app configuration should be up and running. The next step is to create a mysql database and a user for it. See this page (except use, say, jinzora for the username and jinzora for the password, or whatever you like): http://forums.amahi.org/viewtopic.php?f=14&t=71&p=229#p229
* After that, jinzora should be ready to continue install ...
* Navigate to the jinzora2 jinzora directory cd /var/hda/web-apps/jinzora2jinzora
* Your web server needs write permissions to some of the Jinzora files. To write log files and cached pages for example. We've created a script called 'configure.sh' that sets the required permissions. First, the script needs to be made executable:
chmod 744 configure.sh
* Run the script to set permissions:
sh ./configure.sh
 
* Create a databsae for jinzora to use
hda-create-db-and-user jinzora2
(database name=jinzora2, username=jinzora2 and password=jinzora2)
 
At this point your basic app configuration should be up and running.
Launch Jinzora and follow the instructions.
 
See this page (except use, say, jinzora for the username and jinzora for the password, or whatever you like): http://forums.amahi.org/viewtopic.php?f=14&t=71&p=229#p229
* Use a browser and go to http://jinzora/
301

edits