LetoDMS Community Forum
help...installation for dummies :) - Printable Version

+- LetoDMS Community Forum (https://community.letodms.com)
+-- Forum: LetoDMS Support (https://community.letodms.com/forumdisplay.php?fid=4)
+--- Forum: Installation Problems (https://community.letodms.com/forumdisplay.php?fid=9)
+--- Thread: help...installation for dummies :) (/showthread.php?tid=142)



help...installation for dummies :) - edwsin - 08-17-2010

hi there,
i have been searching for the complete installation for letomyDMS .
but i cannot find it.

i have :
- mysql 5.0.45
- php 5.2
- letoDMS 1.9
- Centos 5.2 server

what i did:
1. extract the folder letoDMS 1.9 into webserver docoument root.
2. open from browser, but i only get blank page.
3. when i type : http://xxx.xxx/leto, it goes to : http://xxx.xxx/leto/out/out.ViewFolder.php

could you help me out of how to install this application with dummy way Smile Smile

thanks,
edward


RE: help...installation for dummies :) - alekseyn - 08-17-2010

Hi edwsin,

welcome!

unfortunately there is no installer yet for the system.
You did everything except for the last step: you need to create a database and use the file "create_tables.sql" and phpMyAdmin to create tables ))

if after this step you still get a blank page, please check that you have correct paths in your settings file.


RE: help...installation for dummies :) - edwsin - 08-17-2010

(08-17-2010, 02:11 PM)alekseyn Wrote: Hi edwsin,

welcome!

unfortunately there is no installer yet for the system.
You did everything except for the last step: you need to create a database and use the file "create_tables.sql" and phpMyAdmin to create tables ))

if after this step you still get a blank page, please check that you have correct paths in your settings file.

Hi alekseyn,
thanks for the reply.
next question will be:
1. how do i need to create the database..?
do i need to create manually or just run something..?
3. i dont have phpmyadmin Sad, i used apache for my webserver.

thanks,


RE: help...installation for dummies :) - alekseyn - 08-17-2010

if you can, install phpMyAdmin... this will greatly simplify your life in the future...
http://timt881.wordpress.com/2009/02/17/installing-phpmyadmin-and-php-52-on-a-centos-52-server/

if you can not do that, here is the instructions for your operating system:
1. to create the database: http://in.answers.yahoo.com/question/index?qid=20080222092426AAoE5lo
2. to import an sql file: http://dev.mysql.com/doc/refman/5.1/en/mysqlimport.html


RE: help...installation for dummies :) - edwsin - 08-17-2010

(08-17-2010, 03:16 PM)alekseyn Wrote: if you can, install phpMyAdmin... this will greatly simplify your life in the future...
http://timt881.wordpress.com/2009/02/17/installing-phpmyadmin-and-php-52-on-a-centos-52-server/

if you can not do that, here is the instructions for your operating system:
1. to create the database: http://in.answers.yahoo.com/question/index?qid=20080222092426AAoE5lo
2. to import an sql file: http://dev.mysql.com/doc/refman/5.1/en/mysqlimport.html

hi again,
what i mean with creating database is:
1. what will the name of the database for letoDMS use..?
etc...
more specificly please Sad


RE: help...installation for dummies :) - alekseyn - 08-17-2010

ok ))) let's start from basics )))

letoDMS uses mysql type of databases.
the name can be any name. it is not important.

when you give the name to the database, you should write it down and then edit file located in /inc/inc.Settings.php with your information.
please go throught the file and change it with your information.

if you will have any problems, please attach the settings file here, I will correct it for you.