Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M3P2 HTML Generator
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
12
Issues
12
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
M3P2
M3P2 HTML Generator
Commits
93dc24c9
Commit
93dc24c9
authored
Sep 13, 2019
by
Administrator
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Review the README.
parent
5f196cd9
Pipeline
#484
passed with stage
in 1 minute and 5 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
6 deletions
+7
-6
README.md
README.md
+7
-6
No files found.
README.md
View file @
93dc24c9
...
...
@@ -10,8 +10,8 @@ Only the php vendors are not included.
### LINUX/MAC
PHP
`7.1`
(or above) is recommended.
Do tell us what works or not for you.
Apparently, PHP
`5.6`
works as well. To confirm by @cmeny
.
PHP
`7.1`
(or above) is recommended.
PHP
`5.6`
works as well for now, but we'll drop support for it at some point
.
Clone this repository:
...
...
@@ -25,7 +25,7 @@ Enter the project:
Install the dependencies:
bin/grav install
bin/grav install
If it complains that you do not have
`bin/composer.phar`
, try installing it by hand :
...
...
@@ -35,14 +35,14 @@ If it complains that you do not have `bin/composer.phar`, try installing it by h
cd ..
Add
the courses from the other repository, if you did not use
`git clone --recursive`
:
Add
or update the courses from the other repository
:
bin/clone_courses.sh
php bin/clone_courses
And run locally
php -S localhost:8000 system/router.php
php -S localhost:8000 system/router.php
Finally, visit http://localhost:8000 in your favorite browser.
...
...
@@ -51,6 +51,7 @@ Finally, visit http://localhost:8000 in your favorite browser.
At this point, you should be asked to set admin credentials.
These are local and will allow you into
[
the `/admin` section
](
http://localhost:8000/admin
)
of the website.
### WINDOWS
Download php 7.xx
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment