Esempio n. 1
0
<?php

include 'setup_common.php';
touch(dirname(dirname(dirname(__FILE__))) . '/config/.gen');
?>

<?php 
setup_header('Configuration');
?>
	<div class='centre'>
		<img src='../images/d_log1.png' id='wiz' />
		<h3 style='margin:0'>All done!</h3>
		<br />

		<div class='card'>
			Disciple has been set up on your server successfully!
			<br />
			<br />
			<input type='button' value='Go to your Disciple installation' onclick='document.location="../";' />
		</div>
	</div>
<?php 
setup_footer();
Esempio n. 2
0
<?php

include 'setup_common.php';
?>

<?php 
setup_header();
?>
	<div class='centre'>
		<img src='../images/d_log1.png' />
		<h3 style='margin:0'>Welcome to Disciple</h3>
		<em onclick='slog()' style='cursor:default' id='slogan'><?php 
include 'randslogan.php';
?>
</em>
		<br />

		<div class='card'>
			Welcome to the setup wizard for Disciple, a web-based service that allows users to host their own servers, simply
			via a simple web interface.

			<br />
			<br />

			<input type='button' value="Let's go!" onclick='document.location="../setup/step1.php"' />
		</div>
	</div>
<?php 
setup_footer();
Esempio n. 3
0
<?php

include 'setup_common.php';
?>

<?php 
setup_header('Tests');
?>
	<div class='centre'>
		<img src='../images/d_log1.png' id='wiz' />
		<h3 style='margin:0'>Testing your configuration, one second...</h3>
		<br />
		<script>
			rotateWizard();
			test_configs();
		</script>

		<div class='card'>
			Testing MySQL configuration<div id='mysql_status' class='stat'></div>
			<br />
			Populating database<div id='mysql_pop_status' class='stat'></div>

			<div id='alldone' style='display:none'>All done!</div>
		</div>
	</div>
<?php 
setup_footer();