summaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
2017-11-15Convert README.md to README.rstmaheshgudi
2017-11-14Multiple minor fixes :ankitjavalkar
- Fix README instruct to run docker container before running django server - Add messages after commands execute succesfully - Touch a new file to denote successful running of code server
2017-11-09- Add explicit write permissions to output dirankitjavalkar
- Modify paths in the script to avoid backslashes for cross platform compatibility - Fix README based on feedback
2017-11-08- Add command to stop the container before removing itankitjavalkar
- Fix README based on feedback
2017-11-08Updated CHANGELOG and READMEankitjavalkar
2017-02-02Cleanup yaksh script: fixes #195.Prabhu Ramachandran
- `yaksh create_demo` now just takes a path and there is no project name. - `yaksh run_demo` is now `yaksh run path_to_demo`. - This eliminates the need for the annoying `project_detail.py`, which is now removed. - Many demo projects can be created and run. - Update the README.
2016-07-15mentioned read the docs and added readthedocs badge in readmemaheshgudi
2016-07-15mentioned read the docs and added readthedocs badge in readmemaheshgudi
2015-10-09minor changes to README post reviewankitjavalkar
2015-10-08Minor changes to setup.py and README.mdankitjavalkar
2015-10-07Modify fixtures and load them on quickstartankitjavalkar
2015-10-07Clean setup procedureankitjavalkar
- Make corresponding app name changes in script - Change app name in setup.py - Minor changes in Readme, it is now split into quickstart & production - rename install script
2015-09-15Remove testapp dir, remove reference to testapp in paths, filesankitjavalkar
2015-09-14Change app name to 'yaksh'ankitjavalkar
2015-09-09Change app name, related paths in views and readmeankitjavalkar
2015-08-03Minor changes to Readmeankitjavalkar
2015-08-03- Install script: Add subcommandsankitjavalkar
- Install script: Add code server launcher - Add requirements.txt - Edit README to fix changes/errors - Remove jquery v1.11.3 and add v1.4.2 - Edit initial_data.json
2015-08-03Edit readmeankitjavalkar