Difference between revisions of "New Installation"
From GeeklogWiki
Line 1: | Line 1: | ||
− | + | <pre>First Download the latest Geeklog 1.4x | |
− | First Download the latest Geeklog 1.4x | ||
move the file to your webroot | move the file to your webroot | ||
tar -zxvf geeklog*.tar.gz | tar -zxvf geeklog*.tar.gz | ||
chown -R webuser:webuser * | chown -R webuser:webuser * | ||
chmod -R 755 logs | chmod -R 755 logs | ||
− | chmod -R 755 | + | chmod -R 755 backups |
− | chmod -R 755 | + | chmod -R 755 data |
− | chmod -R 755 | + | chmod -R 755 public_html/backend |
− | chmod -R 755 | + | chmod -R 755 public_html/images/articles |
− | chmod -R 755 | + | chmod -R 755 pulic_html/images/topics |
− | chmod -R 755 | + | chmod -R 755 public_html/images/userphotos/ |
configure your /public/lib-common.php | configure your /public/lib-common.php | ||
Line 24: | Line 23: | ||
remove directory | remove directory | ||
public_html/admin/install | public_html/admin/install | ||
+ | </pre> |
Revision as of 17:25, 6 July 2006
First Download the latest Geeklog 1.4x move the file to your webroot tar -zxvf geeklog*.tar.gz chown -R webuser:webuser * chmod -R 755 logs chmod -R 755 backups chmod -R 755 data chmod -R 755 public_html/backend chmod -R 755 public_html/images/articles chmod -R 755 pulic_html/images/topics chmod -R 755 public_html/images/userphotos/ configure your /public/lib-common.php configure your config.php create your mysql database, mysql account, grant privileges to mysql account. install geeklog database www.yourdomain.foo/admin/install/install.php click on desired options login to your page using default Admin/password change password remove directory public_html/admin/install