You have finished installing, now you can access Jetelina. ‘http://localhost:8000/jetelina/’ is the default URL. Then, you can define your default database and register your initial users in the initialize process.
You can try again if you get some unexpected fails during this initialize process, but you may have to start from the defrosting Jetelina if this do not help.
1. Log in with the initial account
Before ‘3’, no one could access to Jeteilna because there were no any users yet. The users are registered in PostgreSQL or MySQL in ‘3’.
Let’s log in with ‘it is me’, which is the initial login account. You type this in Jeteilna’s chat box when it ask for your name.

2. Select your primary RDBMS
The first setting screen shows you the connection parameters for your selected database.
In the case of PostgreSQL. You can see the basic parameters in there and set your own parameters if you need to change them.
Note: The real database in ‘dbname’ must already exist in the database.

In the case of MySQL. Set your own parameters in there as well, but pay attention,
a) The real database in ‘dbname’ must already exist in the database.
b) The ‘unix_socket’ is sometimes different between Linux and Mac. You can ignore this parameter in case of windows.

Set every parameter and click ‘SET & Try to connect’ button. Jetelina’s initializing process shows ‘2’ if Jetelina has succeeded to connect there. However, if it fails, you may need to adjust some parameters so it can fit your system environment, and try again.
If the errors confuse you and make you lose your way, try the process below.
I. Clean up your selected RDBMS
・PostgreSQL: drop tables in ‘postgres’ database
・MySQL: drop database ‘jetelina’ if it has been created
II. Initialize Jetelina environment (just copy & overwrite) ~/Jetelina/app/resources/config/JetelinaConfig.cnf file from the download file.
3. Register the generation ‘0’ users
The form of registering the first users is displayed after successfully connecting to your RDBMS. Fill your generation ‘0’ user’s name into it. You can register maximun 10 generation ‘0’ members in this initial process.
Refer to the meaning of ‘generation’ here.

These filled user names are to be their login account on Jetelina. Then, click ‘Register Users’ button. ‘GO LOGIN’ button will appear if everything is fine.
Then, click ‘GO LOGIN’ button to log in to Jetelina with the registered name.
