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
720e735a
Commit
720e735a
authored
Mar 26, 2021
by
Maik Messerschmidt
Browse files
Added some basic setup information
parent
d48f220d
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
720e735a
...
...
@@ -2,6 +2,25 @@
Replacement for
``jspsych-server``
based on Laravel.
## Setup for local usage
```
bash
$
git clone ssh://git@arc-git.mpib-berlin.mpg.de:22973/arc-support/frameworks/lou-server.git
# copy the example env and modify the DB_* entries
# to match your database configuration
$
cp
.env.example .env
$
composer
install
# Install php dependencies
$
php artisan migrate
# Create database tables
$
php artisan create-user admin admin@example
# Create an admin user
$
php artisan serve
# start the server
# The / route will forward to ..client/public/
# In any case you should be able to login at /login
```
## Using lou-server in your projects
1.
Create a new project in gitlab and put your static html into
...
...
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