Skip to content

Commit c1aa438

Browse files
committed
fix: update init cmd
1 parent 6006853 commit c1aa438

File tree

1 file changed

+1
-18
lines changed

1 file changed

+1
-18
lines changed

Makefile

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -29,23 +29,9 @@ spotrix:
2929
# Install in editable (development) mode
3030
pip install -e .
3131

32-
# Create an admin user in your metadata database
33-
spotrix fab create-admin \
34-
--username admin \
35-
--firstname Spotrix \
36-
--lastname Admin \
37-
38-
--password admin
39-
40-
# Initialize the database
41-
spotrix db upgrade
42-
43-
# Create default roles and permissions
32+
# Init spotrix server
4433
spotrix init
4534

46-
# Load some data to play with
47-
spotrix load-examples
48-
4935
update: update-py update-js
5036

5137
update-py:
@@ -55,9 +41,6 @@ update-py:
5541
# Install in editable (development) mode
5642
pip install -e .
5743

58-
# Initialize the database
59-
spotrix db upgrade
60-
6144
# Create default roles and permissions
6245
spotrix init
6346

0 commit comments

Comments
 (0)