All Projects → zzzprojects → Sqlfiddle

zzzprojects / Sqlfiddle

Licence: mit

Programming Languages

javascript
184084 projects - #8 most used programming language

Library Powered By

This library is powered by Entity Framework Extensions

Entity Framework Extensions

SQL Fiddle

THIS VERSION IS NOT IN USE ANY MORE

SQL Fiddle has been implemented with a new codebase - see https://github.com/jakefeasel/sqlfiddle2 for those details

Getting the project up and running

Fork the code on github to a local branch for youself.

If you haven't already got Maven, install it now.

From the root of your working copy, run this:

mvn jetty:run

Once everything downloads and runs, the app will be running on localhost:8080. Watch for this message in your console:

[INFO] Started Jetty Server

You can now access your local server at localhost:8080.

You should now have a functional copy of SQL Fiddle running locally. Out of the box, the only database "servers" you have are SQLite instances (since those actually run in your browser). Setting up others requires separate work for each one (and isn't really necessary for most development work).

The document root being served is src/main/webapp. You can edit the files under there and see the changes immediately upon refresh (no need to restart the jetty server).

##Optional

You should set the Railo Admin passwords. Here are the links to get to both admin contexts, once you have Jetty running:

Local Railo Web Admin Local Railo Server Admin

The simplest thing to do would be to set the password just to "password" (no quotes). This is the default password in the config. If you choose to use another Railo admin password, you must set it in the file src/main/webapp/config/development/settings.cfm and update the CFAdminPassword. Once you set the admin password, you don't need to do anything else in the Railo Administrator.

Useful links

Contribute

You want to help us? Your donation directly helps us maintaining and growing ZZZ Free Projects. We can’t thank you enough for your support.

Why should I contribute to this free & open source library?

We all love free and open source libraries! But there is a catch! Nothing is free in this world. Contributions allow us to spend more of our time on: Bug Fix, Content Writing, Development and Support.

We NEED your help. Last year alone, we spent over 3000 hours maintaining all our open source libraries.

How much should I contribute?

Any amount is much appreciated. All our libraries together have more than 100 million downloads, if everyone could contribute a tiny amount, it would help us to make the .NET community a better place to code!

Another great free way to contribute is spreading the word about the library!

A HUGE THANKS for your help.

More Projects

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].