You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 28, 2019. It is now read-only.
sankha93 edited this page Jun 7, 2012
·
1 revision
Codejudge is damn easy to setup. Just get the latest version from Codejudge website. Then extract it into your webserver's root directory into a directory, preferably named codejudge. Then,
There will be a codejudge-compiler directory. Open that as a project in Eclipse and then run it. You can also build it and run the CodejudgeCompiler class in Java.
Then start your webserver and then go to install.php in the directory where you extracted Codejudge. In most cases it should be http://localhost/codejudge/install.php.
Here enter the details of the database host, username, password, etc. The values filled in by default should be appropriate in most cases.
Then click Install. Voila! You're done. Further instructions will be shown on your screen.