A lightweight browser-based cloud IDE
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Go to file
Automated Increment value a001fb4f9c ci: Increment the build number to 551 2 months ago
.github Update increment.yml 2 months ago
components Fixed a render issue where the log displayed forward slashes at the end of each component 2 months ago
data Version files should not be sent to repo 3 years ago
docs Update index installation documentation 4 months ago
favicons New logo, still on trial 3 years ago
fonts Implements #201, added a method of disabling code ligatures by swapping fonts to Ubuntu-Mono 2 years ago
languages Drag n drop\'s action to upload files 4 months ago
libraries Corrected typo on myth that would prevent caching of generated data 1 year ago
modules Rename Synthetic to Myth 1 year ago
plugins Merged documentation into the Atheos source code in order to allow easier access and maintainability to documentation 2 years ago
public Fixes #176 public directory missing after update due to not being a part of the git commit 2 years ago
templates Fixed that stupid glitch with the logo by simplifying the SVG paths 1 year ago
theme Fixed many minor style issues from Codacy, and updated Git Blame to function correctly with new code execution return and fixed rendering issue 2 months ago
traits Fixed many minor style issues from Codacy, and updated Git Blame to function correctly with new code execution return and fixed rendering issue 2 months ago
vendor Moved libraries into Vendor in order to move some JS files into a library position 2 years ago
workspace Merged documentation into the Atheos source code in order to allow easier access and maintainability to documentation 2 years ago
.gitignore Added version file for workflow implementation 2 months ago
.htaccess Removed extra security features from htacess, thing went wild 2 years ago
.version ci: Increment the build number to 551 2 months ago
common.php Changed the execution method on Common to return status codes along with resulting output 2 years ago
controller.php Updated location of license across all copyright information. Thank you find & sed 2 years ago
dialog.php Updated location of license across all copyright information. Thank you find & sed 2 years ago
error.php Rename Synthetic to Myth 1 year ago
index.php Changing apostrophe to quotes while reviewing recent code changes 2 months ago

docs/README.md

Atheos IDE, built on Codiad

Codacy Badge License: MIT

Screenshot: Atheos

About

Atheos is an updated and currently maintained fork of Codiad, a web-based IDE framework with a small footprint and minimal requirements. Atheos has been completely rewritten from the original Codiad project to utilize more modern tooling, cleaner code, and a wider arrange of features.

From Codiad:

"Codiad was built with simplicity in mind, allowing for fast, interactive development without the massive overhead of some of the larger desktop editors. That being said even users of IDE's such as Eclipse, NetBeans and Aptana are finding Codiad's simplicity to be a huge benefit. While simplicity was key, we didn't skimp on features and have a team of dedicated developer actively adding more."

Atheos is expanding on that mentality as much as possible, trying to minimizing it's footprint even further while maximizing functionality and performance. The major goal of Atheos is to provide users with an easy, fast and fully featured Cloud Based IDE without a large server footprint.

For more information on the project please check out our homepage

Getting Started

Manual Installation

Atheos can be installed by placing Atheos in a web accessible folder and pointing your browser to it. Ensure that the following folders have write capabilities by your web server:

/config.php
/data
/workspace
/plugins
/themes

If any dependencies have not been met, the system will alert you on the installation screen.

Please note: Atheos is primarily developed using with a Debian LAMP Server. If you run into installation issues utilizing another stack, please let us know.

Updating Atheos

Atheos has a built in Update Check System, however does not have a system for actually updating the system itself, instead it relies on the admin to copy over the files itself. More information will be provided later as the update system is currently being rewrote.

To upgrade simply delete everything except the following or move these folders to a new directory:

/config.php
/data
/workspace
/plugins
/themes

Navigate to /themes and delete the default folder. Download the neweset verson from the Github repo and extract its content to the root directory of your Atheos installation.

Ensure that the files and folder mentioned above still have write capabilities.

Docker

Atheos can also be installed using the docker image on DockerHub.

Atheos vs Codiad

Atheos is an almost complete rewrite of Codiad, using the latest best practices and technologies available by JavaScript and PHP. All libraries and source code updated, and hundreds of inefficiencies, bugs, code duplicates, and non standard functions have been addressed. The most notable changes are:

  • A complete move from Get requests to Post requests to the server.
  • Brand new UX and Theme
  • A more complete user permission system
  • Massive reduction in unnecessary/repeated traffic from server to client
  • Complete removal of jQuery and it's plugins
  • Built-in Git integration
  • And an incredibly strong emphasis on standardized components and modules throughout the project in order to encourage easier plugin development and user contribution.

Contributing

Contributing to Atheos is very easy and we welcome all contributions. We strive for Atheos' source to follow an extremely standardized structure and as such, learning to understand the logic and structure of a single component within Atheos will carry over to all other components. If you want to contribute to Atheos but can't think of any ideas, please feel free to glance at the issues page for inspiration or email the team to see if there is anything you can help with.