Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
vidjil
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1,696
Issues
1,696
List
Boards
Labels
Service Desk
Milestones
Merge Requests
89
Merge Requests
89
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
vidjil
vidjil
Commits
235ed6f9
Commit
235ed6f9
authored
Apr 28, 2015
by
Mikaël Salson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
server: Install web2py server to work in standalone.
Useful for development and tests
parent
57bc9a2c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
server/Makefile
server/Makefile
+5
-0
No files found.
server/Makefile
View file @
235ed6f9
...
...
@@ -17,6 +17,11 @@ install_unit_tests:
unit
:
clean_unit_tests
cd
web2py
;
python web2py.py
-S
vidjil
-M
-R
testRunner.py
standalone_install
:
install_unit_tests
mkdir
-p
web2py/applications/vidjil/databases upload result
sed
-i
's@/var/vidjil@logs@'
web2py/applications/vidjil/modules/defs.py
sed
-i
'/mysql/d; /^DIR_/s/\/mnt\///; s/PORT_FUSE_SERVER = .*/PORT_FUSE_SERVER = None/'
web2py/applications/vidjil/modules/defs.py
clean_unit_tests
:
rm
-f
web2py/test-reports/
*
.xml
...
...
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