Zulip Documentation Release 1.7.0

Total Page:16

File Type:pdf, Size:1020Kb

Zulip Documentation Release 1.7.0 Zulip Documentation Release 1.7.0 The Zulip Team Oct 25, 2017 Overview 1 Zulip overview 3 1.1 Community................................................3 1.2 Installing the Zulip Development environment.............................4 1.3 Running Zulip in production.......................................4 1.4 Ways to contribute............................................4 1.5 Google Summer of Code.........................................4 1.6 How to get involved with contributing to Zulip.............................5 1.7 License..................................................6 2 Zulip architectural overview 7 2.1 Key Codebases..............................................7 2.2 Usage assumptions and concepts.....................................7 2.3 Components...............................................8 2.4 Glossary................................................. 11 3 Directory structure 13 3.1 Core Python files............................................. 13 3.2 HTML Templates............................................ 13 3.3 JavaScript and other static assets..................................... 14 3.4 Tests................................................... 14 3.5 Management commands......................................... 14 3.6 Scripts.................................................. 14 3.7 API and Bots............................................... 15 3.8 Production puppet configuration..................................... 15 3.9 Additional Django apps......................................... 15 3.10 Jinja2 Compatibility Files........................................ 15 3.11 Translation files............................................. 16 3.12 Documentation.............................................. 16 4 Zulip Roadmap 17 4.1 Introduction............................................... 17 4.2 Major projects.............................................. 17 4.3 Core User Experience.......................................... 18 4.4 Social features.............................................. 18 4.5 Real-time sync.............................................. 18 4.6 Onboarding issues............................................ 18 4.7 Production installation issues...................................... 19 i 4.8 Administration and management..................................... 19 4.9 Scalability and performance....................................... 19 4.10 Technology improvements........................................ 19 4.11 Technical Debt.............................................. 20 4.12 Security.................................................. 20 4.13 Testing.................................................. 20 4.14 Documentation.............................................. 20 4.15 Integrations and bots........................................... 20 4.16 Android app............................................... 21 4.17 iOS app.................................................. 21 4.18 Server/webapp support for mobile.................................... 21 4.19 Desktop apps............................................... 21 4.20 Community................................................ 21 5 Version History 23 5.1 Unreleased................................................ 23 5.2 1.7.0 – 2017-10-25............................................ 23 5.3 1.6.0 – 2017-06-06............................................ 27 5.4 1.5.2 – 2017-06-01............................................ 30 5.5 1.5.1 – 2017-02-07............................................ 30 5.6 1.5.0 – 2017-02-06............................................ 30 5.7 1.4.3 - 2017-01-29............................................ 32 5.8 1.4.2 - 2016-09-27............................................ 32 5.9 1.4.1 - 2016-09-03............................................ 33 5.10 1.4.0 - 2016-08-25............................................ 33 5.11 1.3.13 - 2016-06-21........................................... 35 5.12 1.3.12 - 2016-05-10........................................... 36 5.13 1.3.11 - 2016-05-02........................................... 36 5.14 1.3.10 - 2016-01-21........................................... 37 5.15 1.3.9 - 2015-11-16............................................ 38 5.16 1.3.8 - 2015-11-15............................................ 38 5.17 1.3.7 - 2015-10-19............................................ 38 6 Zulip in production 39 6.1 Requirements............................................... 39 6.2 Install................................................... 39 6.3 Running................................................. 39 7 Requirements 41 7.1 Server................................................... 41 7.2 Credentials needed............................................ 42 8 Production Installation 43 8.1 Step 1: Install SSL Certificates...................................... 43 8.2 Step 2: Download and install latest release............................... 43 8.3 Step 3: Configure Zulip......................................... 44 8.4 Step 4: Test email configuration..................................... 44 8.5 Step 5: Initialize Zulip database..................................... 44 8.6 Step 6: Create a Zulip organization and login.............................. 45 8.7 Step 7: Next steps............................................ 45 8.8 Troubleshooting............................................. 45 9 Troubleshooting 47 9.1 Using supervisorctl............................................ 47 9.2 Troubleshooting services......................................... 49 ii 10 Customize Zulip 51 10.1 Making changes............................................. 51 10.2 Specific settings............................................. 51 10.3 Zulip announcement list......................................... 52 10.4 Enjoy your Zulip installation!...................................... 52 11 Mobile push notification service 53 11.1 How to sign up.............................................. 53 11.2 Why this is necessary.......................................... 54 11.3 Security and privacy implications.................................... 54 12 Secure, maintain, and upgrade 55 12.1 Upgrading................................................ 55 12.2 Upgrading from a git repository..................................... 57 12.3 Backups................................................. 58 12.4 Monitoring................................................ 59 12.5 Scalability................................................ 59 12.6 Securing your Zulip server........................................ 60 12.7 Management commands......................................... 60 12.8 Hosting multiple Zulip organizations.................................. 61 13 Security Model 63 13.1 Secure your Zulip server like your email server............................. 63 13.2 Encryption and Authentication...................................... 63 13.3 Messages and History.......................................... 64 13.4 Users and Bots.............................................. 65 13.5 User-uploaded content.......................................... 65 13.6 Final notes and security response.................................... 66 14 Authentication methods 67 14.1 Adding additional methods using python-social-auth.......................... 67 14.2 Remote User SSO Authentication.................................... 68 15 Postgres database details 71 15.1 Remote Postgres database........................................ 71 15.2 Debugging postgres database issues................................... 72 15.3 Stopping the Zulip postgres database.................................. 72 15.4 Debugging issues starting postgres.................................... 72 15.5 Postgres Vacuuming alerts........................................ 73 16 Development environment installation 75 16.1 Requirements............................................... 75 16.2 Recommended setup (Vagrant)...................................... 75 16.3 Advanced setup (non-Vagrant)...................................... 75 16.4 Slow internet connections........................................ 76 16.5 Installing remotely............................................ 76 16.6 Next steps................................................ 76 17 Vagrant environment setup tutorial 77 17.1 Requirements............................................... 78 17.2 Step 0: Set up Git & GitHub....................................... 78 17.3 Step 1: Install Prerequisites....................................... 78 17.4 Step 2: Get Zulip Code.......................................... 81 17.5 Step 3: Start the development environment............................... 82 17.6 Step 4: Developing............................................ 85 iii 17.7 Next Steps................................................ 86 17.8 Troubleshooting and Common Errors.................................. 87 17.9 Specifying a proxy............................................ 93 18 Zulip development environment setup without Vagrant 95 18.1 Installing directly on Ubuntu....................................... 95 18.2 Installing manually on Linux....................................... 95 18.3 Using Docker (experimental)...................................... 101 19 Using the Development Environment 103 20 Developing on a remote machine 105 20.1 Connecting to the remote environment................................. 105 20.2 Setting up the development environment................................ 105 20.3 Running the development server..................................... 106 20.4 Making changes to code
Recommended publications
  • Bebras International Workshop 2020 Delegates’ Guidelines for Working Groups
    Bebras International Workshop 2020 Delegates’ Guidelines for Working Groups Preparation for Working Group Participation Please read through this document thoroughly in order to make your work for the Bebras Workshop more efficient. Prepare Your Workplace You will need to have the following installed and running: ● A recent computer. ​ ​ ● A working microphone. ​ ​ ● If possible a webcam. ​ ​ ● A proper up-to-date web browser (for this year Chrome or Chromium derivatives like Vivaldi are ​ ​ preferred for compatibility reasons). ● A SVN client (except for guests or representatives without SVN access1). ​ ​ ○ Windows: TortoiseSVN is recommended (https://tortoisesvn.net/). ​ ​ ○ macOS: either use the command line (if you’re comfortable with it) or consider Versions https://versionsapp.com/ (not free); some people have also used integrated development ​ environments that offer SVN functionality; some people even run a virtualized Windows just for TortoiseSVN. ○ Linux: you know what you’re doing, right? ● LibreOffice 6.3 or 6.4 (https://www.libreoffice.org/download/download/). Older versions become ​ ​ ​ increasingly incompatible. OpenOffice is no longer an alternative. ● A proper text editor (not Word or LibreOffice but for HTML source code editing) ​ ​ ○ Windows: Notepad++ is recommended (https://notepad-plus-plus.org/downloads/). ​ ​ ○ macOS: TextWrangler 5.5.2 was recommended for pre-macOS 10.15, Atom is also working with macOS 10.15 (https://atom.io/). ​ ​ ○ Linux: you know what you’re doing, right? ● Our video conferencing tool for the working groups (a local installation of Jitsi Meet available at ​ ​ https://workshop.cuttle.org/BebrasYourRoomName ) will run fine in any web browser. There is an ​ ​ electron app available (https://github.com/jitsi/jitsi-meet-electron/releases), but watch out for ​ ​ security problems with electron apps because they tend to bundle older chromium versions with security problems.
    [Show full text]
  • An Overview of Platforms for Cloud Based Development G
    Fylaktopoulos et al. SpringerPlus (2016) 5:38 DOI 10.1186/s40064-016-1688-5 REVIEW Open Access An overview of platforms for cloud based development G. Fylaktopoulos1, G. Goumas2, M. Skolarikis1, A. Sotiropoulos3 and I. Maglogiannis4* Abstract This paper provides an overview of the state of the art technologies for software development in cloud environments. The surveyed systems cover the whole spectrum of cloud-based development including integrated programming environments, code repositories, software modeling, composition and documentation tools, and application man- agement and orchestration. In this work we evaluate the existing cloud development ecosystem based on a wide number of characteristics like applicability (e.g. programming and database technologies supported), productiv- ity enhancement (e.g. editor capabilities, debugging tools), support for collaboration (e.g. repository functionality, version control) and post-development application hosting and we compare the surveyed systems. The conducted survey proves that software engineering in the cloud era has made its initial steps showing potential to provide con- crete implementation and execution environments for cloud-based applications. However, a number of important challenges need to be addressed for this approach to be viable. These challenges are discussed in the article, while a conclusion is drawn that although several steps have been made, a compact and reliable solution does not yet exist. Keywords: Cloud computing, Integrated Development Environment (IDE), Code repositories, Software modeling, Orchestration tools Background application side, large families of applications including Within the past few years, cloud computing has emerged desktop, business, entertainment (Simmhan et al. 2010; as a dominant computing model in IT infrastructures, Schmidt 2012; Hobfeld et al.
    [Show full text]
  • Online Programming System for Code Analysis and Activity Tracking
    Paper ID #18916 Online Programming System for Code Analysis and Activity Tracking Tian Qiu, Purdue University Tian Qiu is a senior undergraduate in Computer Engineering and Mathematics-Computer Science. Mr. Mengshi Feng, Purdue University Mengshi Feng is a senior student at Purdue University. He is one of the team member in ACCESS project supervised by Yung-Hsiang Lu. Mr. Sitian Lu, Purdue University Sitian Lu is a junior studying Computer Engineering in Purdue University. He has been working on the online programming system (ACCESS) since later 2015. Sitian Lu has been studying in Purdue University for 3 years. He is also the vice president of Purdue Billiards Club since 2015. Mr. Zhuofan Li Mr. Yudi Wu Dr. Carla B. Zoltowski, Purdue University Carla B. Zoltowski is an assistant professor of engineering practice in the Schools of Electrical and Com- puter Engineering and (by courtesy) Engineering Education at Purdue University. She holds a B.S.E.E., M.S.E.E., and Ph.D. in Engineering Education, all from Purdue. Prior to this she was Co-Director of the EPICS Program at Purdue where she was responsible for developing curriculum and assessment tools and overseeing the research efforts within EPICS. Her academic and research interests include the profes- sional formation of engineers, diversity and inclusion in engineering, human-centered design, engineering ethics, leadership, service-learning, and accessibility and assistive-technology. Dr. Yung-Hsiang Lu, Purdue University Yung-Hsiang Lu is an associate professor in the School of Electrical and Computer Engineering and (by courtesy) the Department of Computer Science of Purdue University.
    [Show full text]
  • Cloud Based Integrated Development Environment for Android Devices
    Special Issue - 2015 International Journal of Engineering Research & Technology (IJERT) ISSN: 2278-0181 NCRTS-2015 Conference Proceedings Cloud based Integrated Development Environment for Android Devices Prof Manjunath R.1 Arunjith C.2 Head of Department Computer Science & Engineering Computer Science & Engineering City Engineering College City Engineering College Bangalore, India Bangalore, India Abstract—Integrated Development Environment is an integration of complete tool suites for software application which provides facilities to programmer for development and the development of language-specific software development such as code completing and fixing, editor services took a tremendous effort for the current source code editing and management, automated testing, generation of IDEs such as Eclipse and Visual Studio. etc. Software is rapidly moving from the desktop to the Web. The Web provides a generic user interface that This paper discusses the implementation of Web allows ubiquitous access, instant collaboration, integration Based Integrated Development Environment (IDE) for with other online services, and avoids installation and Android Devices with the different languages to code, configuration on desktop computers. Moving IDEs to the compile and run the code. The Web Based IDE will allow Web is not just a matter of porting desktop IDEs, a easy development and testing of applications. The users fundamental reconsideration of the IDE architecture is have the privilege to register on to the system write, save necessary in order to realize the full potential that the and manage programs online. After the language is combination of modern IDEs and the Web can offer. chosen by the user the request is forwarded to the This paper discusses implementation of Web based IDE respective compiler.
    [Show full text]
  • Web Based Interface Implementation For: Ruby, Perl, Python, VB & HTML
    International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 02 Issue: 06 | Sep-2015 www.irjet.net p-ISSN: 2395-0072 Web Based Interface Implementation for: Ruby, Perl, Python, VB & HTML. Poreddy Jayaraju, Vijay Prakash 1. Master of engineering, computer science, Sri Vaishnav Instt. of Tech .&science Indore. RGPV University, Bhopal, Madhya Pradesh, India. 2. Asst professor, computer science, Sri Vaishnav Instt. of Tech .&science Indore. RGPV University, Bhopal, Madhya Pradesh, India. ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract web based interface is an application and the introduction of HTML5, there is now even a which provides facilities to programmer for software small but growing collection of browser-based code development such as code completing and fixing, editors. Fully fledged integrated development source code editing and management, automated environments (IDEs) are still lagging behind in this pull testing, etc. Software is rapidly moving from the towards the Web. Modern, desktop-based IDEs integrate desktop to the Web. The Web provides a generic user a wide range of software engineering tools, and provide interface that allows ubiquitous access, instant a platform for writing, maintaining, testing, building, collaboration, integration with other online services, running, debugging, and deploying software. They and avoids installation and configuration on desktop increase developer productivity by incorporating many computers. Moving IDEs to the Web is not just a different kinds of editor services specific to the syntax matter of porting desktop IDEs, a fundamental and semantics of a language. These services assist reconsideration of the IDE architecture is necessary in developers in understanding and navigating through the order to realize the full potential that the combination code, they direct developers to inconsistent or of modern IDEs and the Web can offer.
    [Show full text]
  • Router Keygen Git
    Router keygen git Contact RouterKeygen. Feel free to email us to provide some feedback and give us suggestions! exobel@ · Facebook · Twitter · Github. Copyright. routerkeygenAndroid - Router Keygen generate default WPA/WEP keys for several routers. More than 25 million people use GitHub to discover, fork, and contribute to over 69 million Router Keygen generate default WPA/WEP keys for several routers. Qt Port for Linux, Mac OSX and Windows. Contribute to routerkeygenPC development by creating an account on GitHub. Router Keygen generate default WPA/WEP keys for the following router: Thomson based routers (this includes Thomson, SpeedTouch, Orange, Infinitum, BBox. UPC router default WPA2 key generator. Contribute to upcKeygen development by creating an account on GitHub. #NetHunter Terminal Application This application allows to open up one of several kinds of terminals - a chrooted Kali terminal, an Android. Closed. poutrosgit opened this Issue on Nov 28, · 2 comments Perhaps you could integrate router keygen () into csploit? App Information Router Keygen. App Name. Router Keygen. Package Name. keygen. Updated. September 12, File Size. My router keygen github. Fiberglass crack inspection. Motion Download. ?id=keygen&hl=en Router Keygen APK Download - Android Tools Apps. Sep 12, Router Keygen is a tool with which you can decipher Thomson passwords and WiFi I am not able to clone or push to a git repository at Bitbucket in Eclipse: It's. Gogs (Go Git Service) is a painless self-hosted Git service written in Go. Groups; Android Google Code will act as a mirror of Github from now on. Router Keygen generate default WPA/WEP keys for the following router: Thomson.
    [Show full text]
  • Polishing Zulip (Electron) Making the Desktop Client an Obvious Choice for Zulip Users
    Kanishk Kakar [email protected] github.com/kanishk98 GMT +05:30 India, fluent in English Polishing Zulip (Electron) Making the desktop client an obvious choice for Zulip users ABSTRACT With its innovative threading model and robust webapp, Zulip has received a lot of praise from remote teams that use it. While the desktop app is certainly complete in terms of features, it needs some polish and certain standout features to make it an obvious choice for a Zulip user to install. In this proposal, I suggest the implementation of multiple features to achieve the above goal. PROPOSED DELIVERABLES By the end of the summer, I intend to have implemented the following features: Enterprise deployment Currently, there is no Zulip-enabled way for admins to deploy the app with custom settings for multiple users in an enterprise setting. After ​discussions​ with the community, I’ve been working with Vipul Sharma to implement a system that allows the admin to write a script for configuring the app as they require via a .json file in the root directory. My role so far while developing this feature has been to add an ​ ​EnterpriseUtil ​module ​ that configures settings at various places in the app and allows admins to also configure whether keeping a setting admin-only is required or not. I expect to have completed this feature before the community bonding period begins. WIP PR #681 Replacing​ <webview> with​ BrowserView ​ ​ We currently use <​ webview> ​for rendering all content except the sidebar in the app window. ​ However, the Electron team has ​warned​ developers against using <​ webview>​ because of certain persistent bugs.
    [Show full text]
  • A Perfectly Good Hour
    A PERFECTLY GOOD HOUR 1. Social Capital 2. Social Intelligence 3. Listening 4. Identity 5. Language & Cursing 6. Nonverbal Communication 7. Satisfying Relationships 8. Consummate Love 9. Conflict Management 10. Styles of Parenting/Leading Modern Social Commentary Cartoons by David Hawker from PUNCH Magazine, 1981 A PERFECTLY GOOD HOUR Feel free to voice your opinion and to disagree. This is not a friction- free zone. AND, please do demonstrate social intelligence. Let’s Get Better Acquainted If you match this descriptor, keep your 1. You belong to an LLI Special Interest Group video on and unmute. 2. You are fluent in another language 3. You’ve received your flu shot If you don’t match this 4. You attended the LLI class on nanotechnology descriptor, temporarily 5. You have grandchildren stop your video. 6. You (have) participate(d) in Great Decisions 7. You have a pet 8. You play a musical instrument 9. You are/have been on the LLI Board 10. You think this is a fun poll How fortunate we are that during this global pandemic, we can stay home, attending LLI classes, reading, creating, baking, taking walks, and talking with our loved one. The last six months have exposed and magnified long standing inequities -- in our communities, in our hospitals, in our workplaces, and in schools. Too many of our school districts lack a fair share of resources to address the pandemic’s challenges; not every student can be taught remotely with attention to their need for social and emotional safe learning spaces. The current circumstances are poised to exacerbate existing disparities in academic opportunity and performance, particularly between white communities and communities of color.
    [Show full text]
  • Linux Online Virtual Environments in Teaching Operating Systems
    Linux Online Virtual Environments in Teaching Operating Systems Olena Holovnia[0000-0003-0095-7585] Zhytomyr Polytechnic State University, 103, Chudnivska str., Zhytomyr, 10005, Ukraine [email protected] Abstract. The article provides an overview of Linux ready-made online environments based on various virtualization technologies. Linux ready-made online virtual environments are systematized, the advantages and disadvantages of considering groups of online virtual environments are listed. The work also gives the comparison of standalone online Unix/Linux terminals in terms of their possible use for a course in operating systems. The author analyzes the experience of teaching a Linux operating system to students of different specializations, and in particular, discusses the virtualization tools used, including Linux online environments (Amazon EC2, Cloud 9, a virtual machine for NDG Linux Essentials course). The study states the need for developing an individually designed system to provide Linux online virtual environments and elaborates the requirements to this system. The work also discusses potential challenges which the developers of Linux online virtual environments for teaching operating systems may face, including the problem of finding a balance between availability and stability of virtual environments on the one hand and the realism of students’ learning experience on the other hand. Keywords: virtualization, Linux, operating systems. 1 Introduction A course in operating systems (OS) usually includes practical assignments on Unix- like operating systems (particularly, Linux). However, at the same time, university lab computers, students’ laptops and home desktop computers mostly come with Windows installation. That is one important reason why different virtualization technologies are often used for a course in operating systems.
    [Show full text]
  • Open Online Meeting
    Open online meeting Project report 2021 1 Content Page ➢ Objectives and background ○ Background, current situation and future needs 3 ○ Purpose and aim of the project 4 ○ Implementation: Preliminary study 5 ○ Functionalities 6 ➢ Results of the study ○ Group 1: Web-conferencing and messaging solutions 7 ○ Group 2: Online file storage, management and collaboration platforms 21 ○ Group 3: Visual online collaboration and project management solutions 30 ○ Group 4: Online voting solutions 37 ➢ Solution example based on the study results ○ Selection criteria 42 ○ Description of the example solution 43 ➢ Next steps 44 2021 2 Background, current situation and future needs Municipalities in Finland have voiced a need to map out open source based alternatives for well-known proprietary online conferencing systems provided by e.g. Google and Microsoft for the following purposes: ➢ Online meeting (preferably web-based, no installation), ➢ Secure file-sharing and collaborative use of documents, ➢ Chat and messaging, ➢ Solution that enables online collaboration (easy to facilitate), ➢ Cloud services, ➢ Online voting (preferably integrated to the online meeting tool with strong identification method that would enable secret ballot voting). There are several open source based solutions and tools available for each category but a coherent whole is still missing. 2021 3 Purpose and aim of the project The purpose in the first phase of the project was to conduct a preliminary study on how single open source based solutions and tools could be combined to a comprehensive joint solution and research the technical compatibility between the different OS solutions. The project aims to create a comprehensive example solution that is based on open source components.
    [Show full text]
  • Team Collaboration and the Future of Work Irwin Lazar VP & Service Director, Nemertes Research [email protected] @Nemertes @Imlazar 12 March, 2020
    Team Collaboration and the Future of Work Irwin Lazar VP & Service Director, Nemertes Research [email protected] @Nemertes @imlazar 12 March, 2020 © 2020 Nemertes Research DN8381 Agenda • Introductions • Defining Team Collaboration • State of Deployment • Achieving Success • Next Steps • Q&A © 2020 Nemertes Research DN8381 About Nemertes Global research and strategic consulting firm that analyzes the business value of emerging technologies. Our real-world operational and business metrics help organizations achieve successful technology transformations. Founded in 2002. Topics We Cover Research We Conduct Services We Provide • Cloud, Networking & Infrastructure • Benchmarks: Live discussions with • Research advisory service Services IT leaders • Strategy & roadmap consulting • Cybersecurity & Risk Management • Vendor & technology assessment • Digital Customer Experience • Surveys: Industry-leading data • Digital Transformation integrity methodology • Cost models • Digital Workplace • Maturity models • Internet of things (IoT) • Vendor discussions: Product, • Annual conference technology analysis © 2020 Nemertes Research DN8381 Who Am I? • Lead coverage of collaboration and digital workplace technologies • Consult with organizations on collaboration strategy • Advise vendors/service providers on go to market and product development @imlazar • Regular speaker/contributor for @nemertes NoJitter/Enterprise Connect, SearchEnterpriseUnifiedCommunications • Based in Virginia © 2020 Nemertes Research DN8381 What Are Team Collaboration Apps?
    [Show full text]
  • Online Code Compilation Using Cloud Computing
    International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 03 Issue: 05 | May-2016 www.irjet.net p-ISSN: 2395-0072 Online Code Compilation using Cloud Computing Jasmeet Chhabra1, Shubham Bhatia2, Vaibhav Kamal Nigam3, Rashik Bhasin4 1Student, Computer Science and Eng., JIIT University, Noida, U.P., India 2Student, Information Technology, JIIT University, Noida, U.P., India 3Student, Information Technology, JIIT University, Noida, U.P., India 4Student, Computer Science and Eng., JIIT University, Noida, U.P., India ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract - Computer Program that Software Developers use access their respective codes. In case of scarce need of a to create, debug, maintain, or otherwise support other PC editing of code is impossible. Thus, Online Code programs and applications are Programming Tools, Which Editor was proposed to solve this problem. It helps if produces accurate, meticulous and swift results can lead programmers to write or modify their source code at any to Good Quality Error Free Code. This paper proposed the place and any time they want. [4] The online text editor Online Code Editor that was created for Beginners, was built and run on Private cloud computing based on Programmers Designers or Developers who want to code web-based application. Open source software called programs On the Go without use of a Dedicated Software Ace was used to highlight the text. Program can be Installed having Full Portability and Transferability. It saved and complied via web browser and the code will be based on web application running on the Private cloud done at server-side. Then, the output of the compilation is computing.
    [Show full text]