Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
ARC-Support
public projects
lou-server
Commits
999c82eb
Commit
999c82eb
authored
Nov 04, 2020
by
Maik Messerschmidt
Browse files
Added some setup documentation.
parent
e3776f25
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
999c82eb
# lou-server
Replacement for
``jspsych-server``
based on Laravel.
\ No newline at end of file
Replacement for
``jspsych-server``
based on Laravel.
## Using lou-server in your projects
1.
Create a new project in gitlab and put your static html into
the directory
``client/public``
and create the
2.
Add lou-server as a submodule to your project:
``git submodule ssh://git@arc-git.mpib-berlin.mpg.de:22973/arc-support/programming/lou-server.git server``
After this your project structure should look like this:
```
.
├── client
│ ├── public
│ │ ├── index.html
│ │ ├── ...
│ └── resources
│ └── .keep
└── server
├── app
├── artisan
├── ...
```
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