My favorites | Sign in
Project Home Downloads Wiki Issues Source
Repository:
Checkout   Browse   Changes   Clones    
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
- extract the archive contents in your web server root directory. Or somwhere else if you prefer that.

- edit the file narro/includes/configuration.inc.php. You'll want to review the following settings:

This is the email address where all aplication errors will be sent. Since this is a beta version, please be so kind and forward this reports to my email address.
define('ADMIN_EMAIL_ADDRESS', 'user@host.com');

If you're using a virtual directory like http://address/~user, fill in here /~user as value.
define ('__VIRTUAL_DIRECTORY__', '');

Define here the url to your server, http or https and server name. Do not include any subdirectories, just the http(s) and hostname
define ('__HTTP_URL__', 'http://localhost');

Define here the subdirectory where Narro is located. If you extract the original archive under your web server root directory, then the subdirectory is /narro
define ('__SUBDIRECTORY__', '/narro');

Adjust the path to the php executable if needed.
define ('__PHP_CLI_PATH__', '/usr/bin/php');

Adjust the path to the root directory of your webserver. By default, it's set assuming that you are installing in a subdirectory in the root directory.
define ('__DOCROOT__', realpath(dirname(__FILE__) . '/../..'));

Change your database settings accordingly, check server, port, database, username and password.
define('DB_CONNECTION_1', serialize(array(
'adapter' => 'MySqli5',
'encoding' => 'UTF8',
'server' => 'localhost',
'port' => null,
'database' => 'narro',
'username' => 'narro',
'password' => '',
'profiling' => false)));

- import the file narro.sql in the database you are using.

Make sure that the directories "data" and "locale" under Narro's directory has 777 permissions (everyone can read, write and execute). If you extract the archive on a unix based system, the permissions are usually kept.

- head to http://server/__VIRTUAL_DIRECTORY__/__SUBDIRECTORY__. By default, it's http://hostname/narro.

Narro should be working.
If so, create an account by clicking Register.
The first account will get super powers.
Go to the link "Languages".
Change the Romanian language to yours. That means the name, language code, country code, text direction and plural form. Leave the plural form empty for the default one.
Go to the link "Projects".
You'll have a project already defined, that's Narro.
Follow the "Manage" link besides it and do a first import from the page that opens.
It shouldn't take long.
After it's finished, click on "Narro" from the breadcrumbs to see the texts imported.
Please see the README file for ways to get help.
For other project types, you have to upload an archive with two directories with the same structure. One en-US and one ab-CD (your locale).

Change log

7ca81784d76a by alexxed on Feb 16, 2009   Diff
Added some more information to the INSTALL
file.
Go to: 
Sign in to write a code review

Older revisions

7a9659c847e7 by alexxed on Feb 11, 2009   Diff
A few corrections on Narro project
type import and export
52c875598cb4 by alexxed on Jul 1, 2008   Diff
Added some reading material.
All revisions of this file

File info

Size: 2977 bytes, 51 lines
Powered by Google Project Hosting