Welcome to C.O.R.E. !
If you are a normal user who just wants to explore and evaluate our works, please use our online version here.
If you want to assess the server deploying experience, please download one of the following files that suits your platform, unpack it and follow the instructions in README.txt
or README
.
For all three platforms, the server will listen on port 8888
when it is running.
Windows
We are only supporting the X86_64 version of Windows by now. To deploy the server on your Windows machine, just download CORE-win-x86_64.zip
, unzip it and double click runserver.bat
in the resulting folder.
Linux
Both 32 bit and 64 bit versions are provided.
To deploy the server, do the following:
- Download the zip archive.
- Extract files from the archive to where you want to hold the server files.
- Open your file manager (e.g.
dolphin
for KDE,nautilus
for GNOME, etc.). - Navigate to the unzipped folder.
- Double click to open
setup.sh
and wait for a minute while the environment is being built. - When
setup.sh
says it is done, double clickrunserver.sh
to start the server.
If you are using a terminal or remote shell with no graphical interface, fear not (in fact, it's better 😆 ). Just use the following commands:
wget https://github.com/igemsoftware/SYSU-Software-2015/releases/download/0.8.0/CORE-linux-x86_64.zip
unzip CORE-linux-x86_64.zip
cd release
/bin/bash ./setup.sh
/bin/bash ./runserver.sh
If setup.sh
says bzip2
is not executable, please install it via your system package manager.
For example, sudo yum install -y bzip2
or sudo apt-get install bzip2
or sudo pacman -Syu bzip2
.
Mac OS X
To deploy the server on a Mac, do the following:
- Download the zip archive.
- Extract files from the archive to where you want to hold the server files.
- Open Finder.
- Navigate to the unzipped folder.
- Double click to open
setup.command
and wait for a minute while the environment is being built. - When
setup.command
says it is done, double clickrunserver.command
to start the server.
Now that you have set up the server, you can open a browser window and navigate to http://localhost:8888.
Voila! The index page of C.O.R.E! 😄
We will continue working hard on it to improve the user experience ❤️
Thank you!