Commit Graph

59 Commits

Author SHA1 Message Date
Roland
07a72263f4 Optimizations/fixes for PyPI packaging 2020-06-28 18:46:24 +02:00
Roland
933452d5f3 Small documentation polishing 2020-06-25 15:47:24 +02:00
Roland
6013273704 Repair the dockerfiles 2020-06-24 21:07:41 +02:00
Roland Geider
13c56e3a6e Make code installable and runnable under Ubuntu 20.04
Yes, this is very much only a first step
2020-06-10 20:44:02 +02:00
Roland Geider
cd2083ae4f Replace slack with gitter 2018-02-21 19:42:08 +01:00
Roland Geider
b91805db8d Merge branch 'master' of github.com:wger-project/wger 2018-02-21 16:06:35 +01:00
Roland Geider
b7c720bc4f Add slack channel to docs
This replaces the IRC channel that wasn't being used anymore
2018-02-21 16:05:28 +01:00
Anjalie Kini
601df9b35a Fixed documentation grammar 2018-01-19 10:28:44 -05:00
Roland Geider
513edbe0fa Improvements to the documentation
This first step just rearranged the different sections and grouped them in a
hopefully more logical fashion.
2017-02-22 19:41:17 +01:00
Roland Geider
2216be1e8e Update installation instructions 2017-02-17 15:53:30 +01:00
Roland Geider
360c6ca083 Fix installation documentation
This adds the new step 'setup.py develop' and replaces the invoke command with wger
2017-02-17 09:19:47 +01:00
Roland Geider
32c77deee1 Some changes to the installation scripts
These changes are necessary for the packaged version of the application
(pip install wger). Among other things and (hopefully!) to make the installation
more robust, all commands are routed through the 'wger' entry point, and calling
'invoke' on its own has been deprecated. Sadly, we had to revive an ugly hack
that changes the sys path, but hopefully this doesn't cause any problems.
2017-02-16 23:47:59 +01:00
Roland Geider
40d00ee990 Add donation button on README 2017-02-15 20:57:01 +01:00
Roland Geider
1aed9e0818 Escape the new line for the invoke command 2016-07-04 23:53:37 +02:00
Roland Geider
d0a4ac1342 Change github project URL
The code was moved to an organisation, the URLs were changed to reflect this
change.
2016-05-24 23:54:32 +02:00
Roland Geider
3fe67e9a38 Add fedora based devel images
Also, make more obvious what the other docker images do and what they are
based on.
2016-05-04 00:07:15 +02:00
Roland Geider
051337e1b7 Merge branch 'master' of https://github.com/alokhan/wger 2016-05-01 10:21:28 +02:00
Roland Geider
64cb39290f Change domain of readthedocs
The official domain for user documentation was changed recently
2016-04-28 16:34:34 +02:00
Roland Geider
d0813d2429 Move tasks.py back to the source folder
This was causing many problems with the installation and was only needed for
the packaged version in pypi.

See #277 for more details
2016-04-26 18:42:42 +02:00
alois
7058422cc3 add package install instruction for fedora 23 2016-04-10 16:47:33 +02:00
ywecur
3d226db50e Add git to necessary packages list for Dev version 2016-04-06 22:50:31 +02:00
Roland Geider
bb439e47fb Change installation instructions for developmen
Since we are mucking with the system path in the tasks.py, there are problems
with the invoke command, this is basically a workaround.

See #277
2016-03-27 16:09:47 +02:00
Roland Geider
97fb466f8d By popular demand, add pronunciation of 'wger' 2016-03-04 08:21:03 +01:00
Roland Geider
86ca209242 Move link to documentation
The link to the online documentation belongs thematically with the
installation instructions, not with the description of the application.
2016-03-03 16:49:52 +01:00
Roland Geider
6ec08a5a5e Remove hard coded CC license
The exercise and ingredient license is dynamic and is not a hard coded CC
license anymore.

Fixes #247
2016-03-01 15:22:26 +01:00
Roland Geider
dc06710d60 Small improvement to documentation 2016-02-28 17:44:27 +01:00
Roland Geider
f3a5b05177 Make reporting a bug more inviting
The text and spirit was copied from rust's CONTRIBUTING file
2016-02-28 16:00:57 +01:00
Roland Geider
e5e0a28889 Move tasks file to wger folder
This is really just needed so as to more easily make the packaged (pypi)
version work. The 'invoke' command (which is mapped to 'wger' when packaged or
installed via pip) needs a tasks.py file. Since the wger folder gets installed
as a python package, it is easier if we just move that file there as well.
2016-02-26 23:33:24 +01:00
Roland Geider
314b4de7d4 Bower must be installed in wger source folder 2015-11-05 21:52:05 +01:00
Roland Geider
1b89addd0a Add jpeg packages to README installation instructions 2015-11-04 10:25:40 +01:00
Roland Geider
9597e67294 Mention docker in the README
This is probably the fastest way to get a running instance of the
application to just test it out.
2015-10-13 21:14:59 +02:00
Roland Geider
2de81ff2ba The 'npm' package needs also to be installed 2015-10-11 20:34:56 +02:00
Roland Geider
ac5ef1f9da Small fixes with bower components
Now the bootstrap_wger command also calls bower to download the JS libraries
2015-09-20 19:55:17 +02:00
Roland Geider
f12789ce09 Merge branch 'refactor-main'
Conflicts:
	README.rst
	docs/development.rst
	requirements.txt
2015-09-14 20:33:49 +02:00
Roland Geider
ed6b55898a Small improvements to documentation 2015-09-14 20:02:29 +02:00
Roland Geider
d862175aaa New documentation page for the invoke commands 2015-09-10 19:10:15 +02:00
Roland Geider
935fdb97c9 Merge branch 'gh/tranbenny/automateJSLibs'
See #176
2015-08-31 21:44:44 +02:00
Roland Geider
6f71e2ba6d Update installation instructions
External JS libraries are now downloaded with bower
2015-08-31 15:20:00 +02:00
Roland Geider
aadddf092e Add --no-browser option
This allows the user to controll whether the bootstrap script starts a browser
after initialization.
2015-08-29 12:15:00 +02:00
tranbenny
6670cfb965 Added step to install bower packages to README file 2015-08-03 23:35:26 -07:00
Roland Geider
ac21571e7d Update repository and mirror section 2015-07-25 20:50:57 +02:00
Roland Geider
4cafc64ebb Add link to readthedocs documentation 2015-02-14 09:32:00 +01:00
Roland Geider
e7fb7d0d31 Add first draft of sphinx documentation
Fixes #114
2015-02-03 10:10:01 +01:00
Roland Geider
0c5c4fa80e Fix typo
Thanks to oneuser_
2014-12-20 20:51:36 +01:00
Roland Geider
0317c5494b Mention gym management in README 2014-12-14 19:46:35 +01:00
Sean Hussey
bf612cd5cd Fix typo 2014-12-12 17:13:00 -05:00
Roland Geider
69d68cd2d8 Add installation instructions for development version to README 2014-08-15 00:33:18 +02:00
Roland Geider
345539ba52 Remove reference to the YAML CSS framework 2014-08-05 21:24:04 +02:00
Roland Geider
fe11727ed6 Update README file and fix small problem with formatting 2013-11-24 18:49:21 +01:00
Roland Geider
a5a7075cc4 Update the installation instructions and remove the i18n tags 2013-11-10 15:10:04 +01:00