summaryrefslogtreecommitdiff
path: root/templates/install_final_done.tpl
blob: 812d47938e8a9efe082f41571e4188ae829b0902 (plain)
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
52
53
<h1>Installation Complete</h1>

{form class="" action="`$smarty.const.BIT_ROOT_URL`index.php" legend="Installation has been completed sucessfully"}
	<p class="alert alert-success">
		Your system is ready for use now.
	</p>
	<p>Bitweaver offers helpnotes throughout. Should you require more help, you can always contact Bitweaver's developers by any of the means mentioned below. To find out more about existing packages and how to install them, visit <a class="external" href="http://www.bitweaver.org/wiki/index.php?page=bitweaverFeatures">Bitweaver Features</a>.</p>
	<p>To get in contact with Bitweaver developers:</p>
	<ul>
		<li><a class="external" href="http://www.bitweaver.org/wiki/Live+Support">chat:</a> #bitweaver on freenode.net</li>
		<li><a class="external" href="http://sourceforge.net/mail/?group_id=141358">mailing list at sourceforge.net</a></li>
		<li><a class="external" href="http://www.bitweaver.org/forums/viewforum.php?f=5">bitweaver.org Forums</a></li>
		<li><a class="external" href="http://www.bitweaver.org/">bitweaver.org</a> contains all available documentation</li>
		<li>submit bugs to Bitweaver's <a class="external" href="http://sourceforge.net/tracker/?group_id=141358&atid=749176">bug tracker at sourceforge.net</a></li>
	</ul>
	<p>If you feel like contributing to Bitweaver, contact us! Bitweaver is free and Open Source to all. Translators, testers, admins, release managers, developers, programmers, designers, <em>we want you!</em> :)</p>

	<h2>Some final notes</h2>
	<div class="alert alert-warning">
		<strong>Security</strong>
		<ul>
			<li>
				<strong>Linux</strong>
				<br />Change the directory permission with <kbd>chmod 000 install/</kbd>. If you need to run the installer again, you will have to revert the permissions with <kbd>chmod 755 install/</kbd>.
			</li>
			<li>
				<strong>Windows</strong>
				<br />Rename <kbd>install/install_inc.php</kbd> to something like <kbd>install/install_inc.php.done</kbd>
			</li>
			<li>
				<strong>bitweaver Configuration</strong>
				<br />We urge you to look at your <kbd>config/kernel/config_inc.php</kbd> file. It has various useful settings for sites in production. One of these is the <strong>IS_LIVE</strong> parameter. Setting this to <strong>TRUE</strong> will prevent any visible bug reports and will therefore not display sensitive information to the user.
			</li>
		</ul>
	</div>
	<div class="alert alert-info">
		<strong>Performance</strong>
		<ul>
			<li>For production sites, we recommend you visit our <a class="external" href="http://www.bitweaver.org/wiki/Bitweaver+Performance">Bitweaver Performance</a> page on how to optimise your Bitweaver install.</li>
			<li>Please also have a look at your <kbd>config/kernel/config_inc.php</kbd> file. It contains various settings that cannot be set elsewhere and which might be of interest to you.</li>
		</ul>
	</div>

	<br />
	<p class="help">Finally, we thank you again for using Bitweaver.</p>
	<br />

	<div class="form-group">
		{forminput}
			<input type="submit" class="btn btn-primary" value="Enter your Bitweaver site" />
		{/forminput}
	</div>
{/form}