LouiZeForum
Would you like to react to this message? Create an account in a few clicks or log in to continue.
LouiZeForum

3D vrml
 
HomeHome  SearchSearch  Latest imagesLatest images  RegisterRegister  Log in  3Dchats / forums3Dchats / forums  
-15%
Le deal à ne pas rater :
(Adhérents Fnac) LEGO® Star Wars™ 75367 Le croiseur d’assaut de ...
552.49 € 649.99 €
Voir le deal

 

 installing blaxxun platform 7 tutrial

Go down 
2 posters
AuthorMessage
mark
+200
+200



Number of posts : 451
Registration date : 2012-06-01

installing blaxxun platform 7 tutrial Empty
PostSubject: installing blaxxun platform 7 tutrial   installing blaxxun platform 7 tutrial EmptyMon 16 Jul - 13:19

in the the step one write you domain including the www (so for the example write there www.example.com)
step two choose port for the http web server write the default 80
step three choose port 4000 (change it from the 2000)
step four choose smtp server (well its not nessecerey but write there smtp.example.com is just for the sendind mail in the registartion page)
step five write there your email. if problems in the server people will mail to this mail...

step five (use http server IIS or APACHE... i prefer the apache)
http://httpd.apache.org/download.cgi
choose this: •Win32 Binary without crypto (no mod_ssl) (MSI Installer)

then edit the httpd.conf to that:

Quote :


AllowOverride None
Options None

order deny,allow
deny from all
allow from all



AllowOverride None
Options None
order allow,deny
allow from all


Alias /csadmin/ "C:/Program Files/blaxxun technologies/Community Server/4000/csadmin/"
Alias /commserv/ "C:/Program Files/blaxxun technologies/Community Server/4000/commserv/"


AllowOverride None
Options None
order deny,allow
deny from all
allow from all



AllowOverride None
Options None
order allow,deny
allow from all


ScriptAlias /csadmbin/ "C:/Program Files/blaxxun technologies/Community Server/4000/csadmbin/"
ScriptAlias /csbin/ "C:/Program Files/blaxxun technologies/Community Server/4000/csbin/"

Back to top Go down
alain
fondateur
fondateur
alain


Number of posts : 23529
Localisation : Dompierre sur Veyle ,France
Registration date : 2005-04-19

installing blaxxun platform 7 tutrial Empty
PostSubject: Re: installing blaxxun platform 7 tutrial   installing blaxxun platform 7 tutrial EmptyMon 16 Jul - 15:41

I havent apache , I have Oracle ,
it is not Ok ??
Back to top Go down
mark
+200
+200



Number of posts : 451
Registration date : 2012-06-01

installing blaxxun platform 7 tutrial Empty
PostSubject: Re: installing blaxxun platform 7 tutrial   installing blaxxun platform 7 tutrial EmptySat 4 Oct - 16:00

for old versions of apache:

Code:


<IfModule alias_module>
ScriptAlias /csbin/ "D:/blaxxun2/csbin/"
</IfModule>
<Directory "D:/blaxxun2/csbin">
   AllowOverride None
   Options None
   Order allow,deny
   Allow from all
</Directory>





<IfModule alias_module>
ScriptAlias /csadmbin/ "D:/blaxxun2/csadmbin/"
</IfModule>
<Directory "D:/blaxxun2/csadmbin">
   AllowOverride None
   Options None
   Order allow,deny
   Allow from all
</Directory>




Alias /commserv/ "D:/blaxxun2/commserv/"
<Directory "D:/blaxxun2/commserv">
   AllowOverride None
   Options None
   Order allow,deny
   Allow from all
</Directory>



Alias /csadmin/ "D:/blaxxun2/csadmin/"
<Directory "D:/blaxxun2/csadmin">
   AllowOverride None
   Options None
   Order allow,deny
   Allow from all
</Directory>

Back to top Go down
mark
+200
+200



Number of posts : 451
Registration date : 2012-06-01

installing blaxxun platform 7 tutrial Empty
PostSubject: Re: installing blaxxun platform 7 tutrial   installing blaxxun platform 7 tutrial EmptyWed 8 Oct - 15:32

MS SQL Server

As an alternative to the FairCom database, you can use a Microsoft SQL Server database on Windows NT or Windows 2000. It is tested with the Microsoft SQL Server 6.5 and 7.0. The sqserver manages the connection to the SQL server. It connects using ODBC.

The following setup is required before you can use an SQL database. The description describes the interface for 6.5. The setup for SQL server 7.0 is similar.
Create a new database.
Start the SQL Enterprise Manager.
Select the Database Devices entry from your SQL server.
Open the context menu and select the "New Device..." option. (6.5 only)
Enter the name "blaxxun", set the size to 300 MB or more and press the "Create Now" button. (6.5 only)
Select the Databases entry from your SQL server.
Open the context menu and select the "New Database..." option.
Enter the name "blaxxun", select the Data Device "blaxxun" with all available space and press the "Create Now" button.
Load the datamodel etc/sqserver.sql into that database.
Start the SQL Query Tool from the SQL Enterprise Manager Tools menu.
Load the etc/sqserver.sql.
Select database blaxxun.
Press the "Execute Query" button.
The query will return without data and rows.
Create the ODBC system data source "blaxxun" which will connect the sqserver with your database.
Start the ODBC Data Source Administrator from the Windows Control Panel (Administration).
Select the System DSN tab.
Press the Add... button.
Select the Microsoft SQL Server driver and press "finish".

Note: If you didn't install the Microsoft SQL Server on the same machine, you probably have to install at least the Microsoft SQL Server ODBC driver to perform a proper authentication.
Enter "blaxxun" as data source name, select your SQL server (local) and press "next".
Use the "Windows NT authentication" option and press "next".
Set your new database as default database and press "next".
Use the default values for the remaining settings and press "next" until you get the "OK" button.
Press "OK" to create the new System DSN.
For SQL Server 6.5 you have to add the sqserver start parameter -sql 6.5. This is not necessary for 7.0.
Start the sqserver by editing the file etc/chstart using the menu System: Server ' Configuration ' Community Server Start Parameters.
Deactivate the fcserver
Activate the sqserver
Restart the server by clicking on the "RESTART" button in the menu Administration: Server ' Processes
Check the log file log/sqserver and the ODBC setup if the server doesn't start.
Initialize the database: run bin/community/initialize.bat
Back to top Go down
mark
+200
+200



Number of posts : 451
Registration date : 2012-06-01

installing blaxxun platform 7 tutrial Empty
PostSubject: Re: installing blaxxun platform 7 tutrial   installing blaxxun platform 7 tutrial EmptyWed 8 Oct - 15:36

installing blaxxun platform 7 tutrial 110
Back to top Go down
mark
+200
+200



Number of posts : 451
Registration date : 2012-06-01

installing blaxxun platform 7 tutrial Empty
PostSubject: Re: installing blaxxun platform 7 tutrial   installing blaxxun platform 7 tutrial EmptyWed 8 Oct - 15:37

installing blaxxun platform 7 tutrial 210
Back to top Go down
mark
+200
+200



Number of posts : 451
Registration date : 2012-06-01

installing blaxxun platform 7 tutrial Empty
PostSubject: Re: installing blaxxun platform 7 tutrial   installing blaxxun platform 7 tutrial EmptyTue 14 Oct - 11:19

how to change domain of existed blaxxun server

stop all the blaxxun process
make sure your domain has the right IP
change the old domain in here those files to the new domain

csbin/community/global.cfg
etc/agent.txt
etc/bindip
etc/idserver.cfg
etc/seserver.dat

start all the blaxxun process

aceess your blaxxun server from the new domain
Back to top Go down
mark
+200
+200



Number of posts : 451
Registration date : 2012-06-01

installing blaxxun platform 7 tutrial Empty
PostSubject: Re: installing blaxxun platform 7 tutrial   installing blaxxun platform 7 tutrial EmptySat 25 Oct - 19:06

httpd.conf


Code:



<IfModule alias_module>

    ScriptAlias /csbin/ "C:/blaxxun3/2000/csbin/"
Alias /commserv/ "C:/blaxxun3/2000/commserv/"
</IfModule>

<Directory "C:/blaxxun3/2000/csbin/">
    AllowOverride All
    Options None
    Require all granted
</Directory>

<Directory "C:/blaxxun3/2000/commserv/">
    AllowOverride All
    Options None
    Require all granted
</Directory>



<IfModule alias_module>

    ScriptAlias /csadmbin/ "C:/blaxxun3/2000/csadmbin/"
Alias /csadmin/ "C:/blaxxun3/2000/csadmin/"
</IfModule>

<Directory "C:/blaxxun3/2000/csadmbin/">
    AllowOverride All
    Options None
    Require all granted
</Directory>

<Directory "C:/blaxxun3/2000/csadmin/">
    AllowOverride All
    Options None
    Require all granted
</Directory>

Back to top Go down
Sponsored content





installing blaxxun platform 7 tutrial Empty
PostSubject: Re: installing blaxxun platform 7 tutrial   installing blaxxun platform 7 tutrial Empty

Back to top Go down
 
installing blaxxun platform 7 tutrial
Back to top 
Page 1 of 1

Permissions in this forum:You cannot reply to topics in this forum
LouiZeForum :: ARTS :: 3D art :: 3D FAQ and News-
Jump to: