Skip to content

dlabella/codetypr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

codetypr

Web Editor powered by Monaco Editor

Caution!!!!!

This editor uses php for read/write files and create/delete directories and it has no implementation of any type of security. this is not intended for production sites.

Screenshot

alt tag

Installation on linux:

replace /var/www by the directory where you www root path is.

cd /var/www  

git clone https://github.com/dlabella/codetypr.git  

cd /var/www/codetypr  

cp -R cdn /var/www  

sudo mkdir /var/www/workspace  

sudo chown www-data:www-data /var/www/workspace  

sudo chmod 775 /var/www/workspace  

use the editor of your choice ...

vi /var/www/codetypr/php/config/config.php

replace /var/www by /var/www/workspace or any folder you want, the folder must owned by www-data and have read/write privileges.

save file!!!

Lauch the browser of your choice:
http://localhost/codetypr
or if you use ssl
https://localhost/codetypr

Good luck!

Note: Backup your data before testing!! still in development!!!

About

Web Editor powered by Monaco Editor

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors