Skip to content

Releases: igemsoftware/SYSU-Software-2015

Announcement of the release of 1.0.0

19 Sep 03:57
Compare
Choose a tag to compare

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:

  1. Download the zip archive.
  2. Extract files from the archive to where you want to hold the server files.
  3. Open your file manager (e.g. dolphin for KDE, nautilus for GNOME, etc.).
  4. Navigate to the unzipped folder.
  5. Double click to open setup.sh and wait for a minute while the environment is being built.
  6. When setup.sh says it is done, double click runserver.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:

  1. Download the zip archive.
  2. Extract files from the archive to where you want to hold the server files.
  3. Open Finder.
  4. Navigate to the unzipped folder.
  5. Double click to open setup.command and wait for a minute while the environment is being built.
  6. When setup.command says it is done, double click runserver.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!

Release for Installability Test :-)

18 Sep 04:41
Compare
Choose a tag to compare
Pre-release

UPDATED 03:20 UTC, Sept 18th, 2015: fix an error occuring with old version of sh.

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.

NOTE: This release is prepared for the incoming installability test only, and maybe not including all the features (because the software is still under heavy development). The dependencies are expected to remain the same in future releases, so the experience should be as smooth as this release 😆

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:

  1. Download the zip archive.
  2. Extract files from the archive to where you want to hold the server files.
  3. Open your file manager (e.g. dolphin for KDE, nautilus for GNOME, etc.).
  4. Navigate to the unzipped folder.
  5. Double click to open setup.sh and wait for a minute while the environment is being built.
  6. When setup.sh says it is done, double click runserver.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:

  1. Download the zip archive.
  2. Extract files from the archive to where you want to hold the server files.
  3. Open Finder.
  4. Navigate to the unzipped folder.
  5. Double click to open setup.command and wait for a minute while the environment is being built.
  6. When setup.command says it is done, double click runserver.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!