A. Clone the repository.
git clone git@github.com:agordillo/CODEditor.gitB. Install apache and edit the /etc/apache2/sites-available/000-default.conf file.
Alias /Codeditor/ "#{CODEditorFolder}"
<Directory "#{CODEditorFolder}">
Options Indexes FollowSymLinks MultiViews
AllowOverride None
Order allow,deny
allow from all
</Directory>Restart apache then.
sudo /etc/init.d/apache2 restartAccess to http://localhost/Codeditor/ .
That's it!